Skip to content

Instantly share code, notes, and snippets.

@jordelver
Created October 24, 2014 10:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jordelver/d39abe44adbb56ac1004 to your computer and use it in GitHub Desktop.
Save jordelver/d39abe44adbb56ac1004 to your computer and use it in GitHub Desktop.
if !isdirectory(expand("~/.vim/bundle/Vundle.vim/.git"))
silent !git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
silent !vim +PluginInstall +qall
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment