prayagupa / dotfiles

linux dotfiles
12 stars 7 forks source link

make vim-colors-solarized and vundle cloneable #4

Open prayagupa opened 10 years ago

prayagupa commented 10 years ago

On git clone https://github.com/iPrayag/dotfiles only downloads folders .vim/bundle/vundle and .vim/bundle/vim-colors-solarized.

Need to make them cloneable.

Temp fix may be

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle &&
git clone https://github.com/altercation/vim-colors-solarized ~/.vim/bundle/vim-colors-solarized

Actual fix may be git submodule. (not sure)

Reference

How to get rid of git submodules untracked status?