From 59fc306aa4d38f8c2bfe60857c474e3a53447d6e Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Mon, 16 Jun 2014 20:08:24 -0500 Subject: [PATCH] Update install.sh --- install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.sh b/install.sh index c80b2c6..abfb410 100755 --- a/install.sh +++ b/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