Added oh-my-zsh to installer

This commit is contained in:
Ubuntu
2016-11-30 18:46:35 +00:00
parent f8faaa5bda
commit bb7c7507b7

View File

@@ -38,3 +38,11 @@ ln -s $dir/dropbox.py ~/bin/dropbox.py
git clone https://github.com/powerline/fonts.git pwfonts
cd pwfonts && ./install.sh
echo "Setting up zsh"
OMF=~/.oh-my-zsh/oh-my-zsh.sh
if [ ! -f $OMF ]; then
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
fi