Skip to content

weig/vimfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vimfiles

Vim files for OSX and Windows

First time install for Mac OS X

  1. Clone this repository:

    $ git clone https://github.com/dougireton/vimfiles.git ~/.vim
    
  2. Create symlinks to .vimrc and .gvimrc:

    $ ln -s ~/.vim/vimrc ~/.vimrc
    $ ln -s ~/.vim/gvimrc ~/.gvimrc
    
  3. Make the .vim/bundle directory:

    $ mkdir ~/.vim/bundle
    
  4. Setup [Vundle]:

    $ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
    
  5. Install configured bundles:

    Launch mvim, run :BundleInstall (or mvim +BundleInstall +qall for CLI lovers)

About

Vim files for OSX and Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published