Skip to content

mateuszgachowski/vimstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimstaller

VIM automatic plugin installer. Install your vim configuration anywhere!

How it works

Short video showing how the whole thing works.

How to use it

Linux:

wget https://raw.githubusercontent.com/mateuszgachowski/vimstaller/master/vimstall.sh
chmod a+x vimstall.sh
./vimstall.sh

Mac:

curl -O https://raw.githubusercontent.com/mateuszgachowski/vimstaller/master/vimstall.sh
chmod a+x vimstall.sh
./vimstall.sh

And answer a couple of questions! ;)


If you want (of course) use your plugins list and your .vimrc just change first few lines in the vimstall.sh file:

# Sources
# URL to your plugins file, check this one to know the syntax
PLUGINS_URL="https://raw.githubusercontent.com/mateuszgachowski/vimstaller/master/plugins.txt"
# You can leave this - this is the newest version of pathogen
PATHOGEN_URL="https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim"
# Feel free to change it to any .vimrc file
VIMRC_URL="https://raw.githubusercontent.com/mateuszgachowski/vimstaller/master/.vimrc"

Requirements

  • vim (of course ;))
  • curl
  • git

Tested

Vimstaller has been tested on Mac and Ubuntu Linux.

If you can test it on other platforms and will find any bugs, please report them.

About

VIM automatic plugin installer. Install your vim configuration anywhere!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published