Created
August 8, 2014 00:49
-
-
Save apinstein/a2620b2c4feeddf9cbe3 to your computer and use it in GitHub Desktop.
How to programmatically install all vundle plugins
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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