Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 437 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 437 Bytes

dotvim

This is my repo for my Vim config. There are many like it, but this one is mine.

Installation

  1. Clone the repository:

     git clone [email protected]:sobering/dotvim.git ~/.vim
    
  2. Symlink things:

     ln -s ~/.vim/.vimrc ~/.vimrc
    
  3. Initialize and update the Vundle submodule:

     cd ~/.vim
     git submodule init
     git submodule update
    
  4. Install your plugins:

     vim +BundleInstall! +BundleClean +qall
    
  5. Be cool 🤘