Browse Source

Update install.sh

neuraflash
Brandon Cornejo 10 years ago
parent
commit
59fc306aa4
  1. 5
      install.sh

5
install.sh

@ -15,8 +15,3 @@ if [ ! -d ~/.vim/bundle/vundle ]; then
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall
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
Loading…
Cancel
Save