Skip to content

ocelotl/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim dotfiles

The purpose of this repository is, of course, to keep version control of my vim dotfiles.

If setting up another machine to have its vim configured as this one, follow these steps if cloning with SSH (replace git: with https: if cloning with HTTPS):

  1. git clone git://github.com/ocelotl/dotvim.git ~/.vim
  2. ln -s ~/.vim/vimrc ~/.vimrc
  3. ln -s ~/.vim/inputrc ~/.inputrc
  4. cd ~/.vim
  5. git submodule init
  6. git submodule update

If adding new plugis with Pathogen, use git submodule add <plugin name>. For example, if adding vim-gitgutter:

  1. cd ~/.vim/bundle
  2. git submodule add https://github.com/airblade/vim-gitgutter.git

About

My Vim configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published