Skip to content

hirotake/vimfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up Multi-Machine/Cross-Platform VIM Environment With Github and neobundle

How To Set Up

Linux (With Rake)


cd
git clone https://github.com/hirotake/vimfiles.git
rake -f vimfiles/Rakefile init

If you don't have Ruby and Rake installed

Instead of using rake command, you just need to create symbolic links as .vim, .vimrc, and .gvimrc against vimfiles, vimfiles/vimrc, and vimfiles/gvimrc, respectively.


cd
git clone https://github.com/hirotake/vimfiles.git
cd vimfiles
git submodule init
git submodule update
cd
ln -sf vimfiles .vim
ln -sf vimfiles/vimrc .vimrc
ln -sf vimfiles/gvimrc .gvimrc
vim -c NeoBundleInstall

References

In English

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published