sagarjauhari / dot_files

The name says it all

Home Page:http://sagarjauhari.github.io/dot_files/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dot_files

The name says it all

Setup VIM

  • Install gvim on Ubuntu or macvim on Mac

  • Install Vundle

    $ mkdir -p ~/.vim/bundle
    $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    
  • Install all vim plugins

    $ vim +PluginInstall +qall
    

    This will open up vim and start installing all the plugins. It will fetch each plugin from Github and install it one by one - so it may take up to 10 minutes.

About

The name says it all

http://sagarjauhari.github.io/dot_files/

License:GNU General Public License v2.0


Languages

Language:Vim Script 88.2%Language:Shell 9.9%Language:Ruby 1.9%