VundleVim / Vundle.vim

Vundle, the plug-in manager for Vim
http://github.com/VundleVim/Vundle.Vim
MIT License
23.93k stars 2.57k forks source link

create bootstrap script #59

Open gmarik opened 13 years ago

gmarik commented 13 years ago

An installer script (curl | bash, rvm style) (from #53)

matschaffer commented 13 years ago

Nothing ground-breaking, but here's what I did for my own purposes: https://github.com/matschaffer/vim-matschaffer/blob/master/scripts/setup.sh

MarcWeber commented 10 years ago

See #144

cirosantilli commented 10 years ago

I would love a script / README instructions that solve: http://stackoverflow.com/questions/23322744/vim-run-commands-from-bash-script-and-exit-without-leaving-shell-in-a-bad-state

demophoon commented 10 years ago

I'm not sure if this solves the problem that you guys are facing or not but I wrote a script to address the problem I think you are having here: https://github.com/demophoon/vundle-headless-installer