Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 543 Bytes

README.markdown

File metadata and controls

29 lines (18 loc) · 543 Bytes

Custom Vim Configuration that I use.

Initially inspired by the amazing Janus Script

#Installation Instructions

  1. Checkout the code into a folder called .vim in your home directory
git clone https://[email protected]/rweald/Vim-Configuration.git ~/.vim
  1. Initialize and update the submodules
git submodule init
git submodule update
  1. Make sym links from the *rc files to your home directory
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc