From e98275a2f4b12dcbbeb89a80450c763aa3501be3 Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Fri, 29 Jan 2016 18:52:24 +0100 Subject: [PATCH] install oh my zsh in init --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index 8f912a1..570c025 100755 --- a/init.sh +++ b/init.sh @@ -8,5 +8,8 @@ ln -snf `pwd`/qtile_config.py ~/.config/qtile/config.py ln -snf `pwd`/gitconfig ~/.gitconfig ln -snf `pwd`/gitignore ~/.gitignore +echo "Installing oh-my-zsh..." +sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" + # set up vim #vim +BundleInstall! +qall