Update install.sh

This commit is contained in:
Brandon Cornejo 2014-06-16 20:08:24 -05:00
parent d72f90ebe7
commit 59fc306aa4

View File

@ -15,8 +15,3 @@ if [ ! -d ~/.vim/bundle/vundle ]; then
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall vim +BundleInstall +qall
fi fi
if [ ! -d ~/.oh-my-zsh ]; then
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
chsh -s 'which zsh'
fi