Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 474 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 474 Bytes

Vim config files

Requires:

vim custom build with:

  • python
  • ruby
  • perl
  • utf-8

Install:

git clone https://github.com/gmarik/vundle.git ~/vim-config/.vim/bundle/vundle
ln -s ~/vim-config/.vim ~/.vim                     
ln -s ~/vim-config/.vimrc ~/.vimrc                 
ln -s ~/vim-config/.vimrc.bundles ~/.vimrc.bundles 
vim +BundleInstall +qall                        
cd .vim/bundle/Command-T/ruby/command-t/ && ruby extconf.rb && make && cd -