This might be a dumb question, but bear with me.
I'm automating some of the usual stuff I do when setting up a new work environment, and would like to automate the Vim command :BundleInstall (for installing all my Vim plugins).
Is it possible to run this from the shell?
Alternatively, is it possible to have the script run Vim, execute :BundleInstall, wait until it finishes and quit?
Thanks.