jamal-fuma / dotfiles

Common bits from ~/
0 stars 0 forks source link

Vundle not installed automatically #1

Open jamal-fuma opened 6 years ago

jamal-fuma commented 6 years ago

1) Vundle needs to be cloned in correct location git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 2) vimrc has hardcoded path baked in which should be relative to project location.

jamal-fuma commented 6 years ago

set rtp+=~/GIT/jamal-fuma/dotfiles/bundle/vundle is the line in vimrc which needs fixing - with some sed magic

jamal-fuma commented 6 years ago

Same issue of hardcoded path affects bash in bash/aliases