VIM automatic plugin installer. Install your vim configuration anywhere!
Short video showing how the whole thing works.
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"
- vim (of course ;))
- curl
- git
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.