WMahoney09 / dotfiles

version controlled config for things like Vim, Zsh & Tmux
0 stars 0 forks source link

install script does not include `.vim` & can't install plugins #1

Closed WMahoney09 closed 4 years ago

WMahoney09 commented 4 years ago

running out the door, but:

~/.vim was forgotten in commit adding config files.

Vundle can't install Plugins without that apparently

Locally vim basically reverted to "vanilla" status 😢

adding this change produces a warning about Vundle not being added as a submodule... need moar time

WMahoney09 commented 4 years ago

Vundle Docs

WMahoney09 commented 4 years ago

Blog where I got the idea from

WMahoney09 commented 4 years ago

To add ~/.vim or ~/.oh-my-zsh I'll need to add them as git submodules

Other ideas/approaches these are really the same idea/approach, just an abstraction

RCM from Thoughbot

Walkthrough using RCM

WMahoney09 commented 4 years ago

Fixed by adding Vundle and Oh-My-Zsh as submodules.