From 1d1751154cfd04c77219adba9534933ee4836e88 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 20 Dec 2016 10:56:59 +0100 Subject: [PATCH] More automatic install. --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2a43889..1406abf 100644 --- a/install.sh +++ b/install.sh @@ -37,8 +37,10 @@ ln -sf ~/.dotfiles/tmux.conf ~/.tmux.conf # cleaning rm -rf ~/.config/fish ~/.local/share/fish ~/.config/omf ~/.local/share/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' +rm -rf ~/install.omf # installing misc settings mkdir -p ~/.config/fish/functions echo 'function fish_greeting; end' > ~/.config/fish/functions/fish_greeting.fish