Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 311 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 311 Bytes

Init

Clone this repo in your home directory

git clone https://github.com/SweetoCodes/.vim

Symlink .vimrc (the default location that vim searches for the vim config) to .vim/.vimrc

ln -s .vim/.vimrc .vimrc

Update submodules to latest

git submodule foreach git pull