Browse Source

install new vundle repo

neuraflash
Brandon Cornejo 6 years ago
parent
commit
f8b6d04a29
  1. 4
      install.sh

4
install.sh

@ -9,6 +9,6 @@ for file in $files; do
done
if [ ! -d ~/.vim/bundle/vundle ]; then
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle
vim +PluginInstall +qall
fi
Loading…
Cancel
Save