Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 630 Bytes

README.rst

File metadata and controls

27 lines (17 loc) · 630 Bytes

Install

  1. Clone this Git repo

  2. Run $ ./vundle_install.sh

  3. Link the following files:

    ~/.vim          -> <repo>/
    ~/.vimrc        -> <repo>/vimrc
    
  4. Run the following command to install all bundles:

    vim +BundleInstall +qall
    

    Alternatively you can execute the following in VIM itself:

    :BundleInstall
    
  5. If you want to use the powerline, you need to install it, too:

    pip install --user git+git://github.com/Lokaltog/powerline
    

Thanks for inspirations to