Skip to content

paulkoegel/vimrc

Repository files navigation

VIM CONFIG README

Clone & set up on your machine

$ git clone https://github.com/paulwittmann/vimrc.git $ mv vimrc ~/.vim $ ln -s ~/.vim/vimrc ~/.vimrc $ ln -s ~/.vim/gvimrc ~/.gvimrc

Install Log

cf.screencast: http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/

  • moved .vimrc and .gvimrc to .vim and renamed them to vimrc and gvimrc
  • create symbolic links ~/.vimrc and ~/.gvimrc ln -s ~/.vim/vimrc ~/.vimrc ln -s ~/.vim/gvimrc ~/.gvimrc
  • cd .vim
  • git init
  • git add .
  • git commit -m "initial commit"
  • git remote add origin git@github.com:paulwittmann/vimrc.git
  • git push origin master

About

my vim configuration & plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors