kmx411 / dotfiles

Configuration for life infront of a terminal
4 stars 3 forks source link

Vundle dependency should be bootstrapped #5

Open cjhveal opened 11 years ago

cjhveal commented 11 years ago

Vundle should either be included as a submodule (probably better) or cloned by the install script.

Currently users will either clone it in before the install and have it moved into $olddir or they will have to clone it by hand and run the update script before having a properly configured vim.

If Vundle is bootstrapped you can install the vim bundles as part of the install script.