Skip to content

Instantly share code, notes, and snippets.

@mjs2600
Created December 16, 2013 21:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjs2600/7994781 to your computer and use it in GitHub Desktop.
Save mjs2600/7994781 to your computer and use it in GitHub Desktop.
Bootstrap Vundle
let vundle_readme=expand('~/.vim/bundle/vundle/README.md')
if !filereadable(vundle_readme)
silent !mkdir -p ~/.vim/bundle
silent !git clone https://github.com/gmarik/vundle ~/.vim/bundle/vundle
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment