Skip to content

cryptarch/vimfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After you clone the repo you'll need to symlink it into appropriate parts of vim's default path. If you have an existing ~/.vim directory containing your own plugins etc that you don't want to overwrite, you could do something like the following:

$ ln -svf "$PWD"/vimrc ~/.vimrc
$ find -mindepth 1 -type d ! -regex ".*\.git.*" -exec mkdir -pv ~/.vim/{} \;
$ find -mindepth 2 -type f ! -regex ".*\.git.*" -exec ln -sv $PWD/{} ~/.vim/{} \;

See LICENCE.md for overview of licences and copyright information (as best I understand/recall).

About

No description, website, or topics provided.

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE.CC_BY_SA
MIT
LICENSE.MIT
Unknown
LICENSE.VIM

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published