More automatic install.
This commit is contained in:
parent
ab90a96530
commit
1d1751154c
@ -37,8 +37,10 @@ ln -sf ~/.dotfiles/tmux.conf ~/.tmux.conf
|
|||||||
# cleaning
|
# cleaning
|
||||||
rm -rf ~/.config/fish ~/.local/share/fish ~/.config/omf ~/.local/share/omf
|
rm -rf ~/.config/fish ~/.local/share/fish ~/.config/omf ~/.local/share/omf
|
||||||
# installing omf
|
# installing omf
|
||||||
curl -L http://get.oh-my.fish | fish
|
curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > ~/install.omf
|
||||||
|
fish ~/install.omf --noninteractive
|
||||||
fish -c 'omf install bobthefish'
|
fish -c 'omf install bobthefish'
|
||||||
|
rm -rf ~/install.omf
|
||||||
# installing misc settings
|
# installing misc settings
|
||||||
mkdir -p ~/.config/fish/functions
|
mkdir -p ~/.config/fish/functions
|
||||||
echo 'function fish_greeting; end' > ~/.config/fish/functions/fish_greeting.fish
|
echo 'function fish_greeting; end' > ~/.config/fish/functions/fish_greeting.fish
|
||||||
|
Loading…
Reference in New Issue
Block a user