Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 493 Bytes

vimrc

How to install and use this .vimrc

Install vim

apt-get install --upgrade vim (linux) brew install vim (mac)

Clone this repo

git clone [email protected]:jcallin/vimrc.git

Link the .vimrc file in this repo to your home folder so it can be easily updated by pulling the master branch from this repo

ln -s ~/.vimrc vimrc/.vimrc

Install Vundle and plugins

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim vim :PluginInstall