Putting it to use with some clojure plugins:
mkdir -p ~/.vim/autoload ~/.vim/bundle curl -Sso ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim cd ~/.vim/bundle git clone git://github.com/tpope/vim-fireplace.git git clone git://github.com/tpope/vim-classpath.git git clone git://github.com/guns/vim-clojure-static.git
And the .vimrc gets execute pathogen#infect() at the top