Skip to content

Instantly share code, notes, and snippets.

@apinstein
Created August 8, 2014 00:49
Show Gist options
  • Save apinstein/a2620b2c4feeddf9cbe3 to your computer and use it in GitHub Desktop.
Save apinstein/a2620b2c4feeddf9cbe3 to your computer and use it in GitHub Desktop.
How to programmatically install all vundle plugins
vim '+set nomore' +BundleInstall! +BundleClean +qa
# nomore prevents the pager from getting hung at the "-- More --" prompt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment