From vim.spf13.com
spf13-vim is a distribution of vim plugins and resources for Vim, GVim and MacVim. It is a completely cross platform distribution that stays true to the feel of vim while providing modern features like a plugin management system, autocomplete, tags and tons more.
Easy Installation *nix and os x
The easiest way to install spf13-vim is to use our automatic installer by simply copying and pasting the following line into a terminal. This will install spf13-vim and backup your existing vim configuration. If you are upgrading from a prior version (before 3.0) this is also the recommended installation.
curl http://j.mp/spf13-vim3 -L -o - | sh
Updating to the latest version
$HOME/to/spf13-vim/
git pull
vim +BundleInstall! +BundleClean +q
For more info go to vim.spf13.com