just another dotfile repo, inspired by dotfiles and michael smalley this is my part.
you should have installed
- git
- curl
- bash-completion
On Debian/Ubuntu: apt-get install git rake bash-completion vim
(newer Version)
(on Debian Squeeze best Performance with vim from Backports)
Ubuntu Lucid: apt-get install git-core bash-completion vim
Ubuntu Hardy you need to Update GIT before (best via ppa):
apt-get install python-software-properties && dpkg-reconfigure python-software-properties && add-apt-repository ppa:git-core/ppa && apt-get update && apt-get install git
after this you need to disable SSL Verification export GIT_SSL_NO_VERIFY=true
and then you can clone and install. But you might want to Update to Vim 7.3 (or disable some Modules)