8000 GitHub - vanbosse/dotvim: Vimconfig
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vanbosse/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Clone repository:

git clone git@github.com:vanbosse/dotvim.git ~/.vim

Create symlinks:

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

Switch to the ~/.vim directory, and fetch submodules:

cd ~/.vim
git submodule init
git submodule update

Add more submodules:

cd ~/.vim
git submodule add <url> bundle/<name>

Update all submodules at once:

cd ~/.vim
git submodule foreach git pull origin master

About

Vimconfig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0