diff --git a/setup.sh b/setup.sh index eb74ccc..b96cd7b 100755 --- a/setup.sh +++ b/setup.sh @@ -13,6 +13,6 @@ done [ ! -d ~/.bash-git-prompt ] && git clone https://github.com/nold360/bash-git-prompt.git ~/.bash-git-prompt mkdir ~/.vim 2>/dev/null -[ ! -d ~/.vim/bundle ] && git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle +[ ! -d ~/.vim/bundle/Vundle.vim ] && git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim vim -c ":PluginInstall" -c ":q" -c ":q"