Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 354 Bytes

File metadata and controls

21 lines (17 loc) · 354 Bytes

dotvim

Clone the repository into ~/.vim:

$ git clone https://github.com/tiagoreul/dotvim.git ~/.vim

Initialize and update submodules

$ cd ~/.vim
$ git submodule init
$ git submodule update

Create symbolic links to ~/.vim/vimrc and ~/.vim/gvimrc

$ ln -s ~/.vim/vimrc ~/.vimrc
$ ln -s ~/.vim/gvimrc ~/.gvimrc