Skip to content

ahmadvaroqua/vg-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install on another machine:

cd ~
git clone https://github.com/ahmadvaroqua/vg-vim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
cd ~/.vim
git submodule init
git submodule update

OR in one line (for the last two git commands):
git submodule update --init