Skip to content
AlloVince edited this page Apr 17, 2014 · 3 revisions

Ubuntu install

apt-get install vim git
git clone https://github.com/AlloVince/vim-of-allovince.git /etc/vim/config
git clone https://github.com/gmarik/vundle.git /etc/vim/bundle/vundle
ln -s /etc/vim/config/_vimrc /etc/vim/vimrc.local
ln -s /etc/vim/config/_vimrc /etc/vim/gvimrc.local
ln -s /etc/vim/config/vimfiles/colors  /etc/vim/colors

Then open vim and run :BundleInstall

Clone this wiki locally