## About
** Warning: alpha quality **
[Vundle] is a short cut for [V](#)imb[undle](#) and is a 67 LOC plugin for managing [Vim] plugins.
## Installation
mkdir -p ~/.vim/autoload/ && \
curl http://github.com/gmarik/vundle/raw/master/plugin/vundle.vim > ~/.vim/autoload/vundle.vim
## Configuration
Append those lines to your ~/.vim/bundlerc
cat >> ~/.vim/bundlerc .vimrc
call vundle#rc()
BTW using [Vim-Scripts.org](http://vim-scripts.org) we have access to all vim plugins.
## Installing plugins
vim -e -c 'BundleInstall' -c 'q'
triggers [Git clone](http://gitref.org/creating/#clone) for each configured repo to ~/.vim/bundle/
.
## Thanks
* [Pathogen]
* [Bundler]
## TODO:
* improve code (as this is my first [Vim] plugin
* support non [Git] resources aswell
[Vundle]:http://github.com/gmarik/vundle
[Pathogen]:http://github.com/tpope/vim-pathogen/
[Bundler]:http://github.com/wycats/bundler/
[Vim]:http://vim.org
[Git]:http://git-scm.com