Installing with Homesick:
homesick clone leolannenmaki/dotfiles
homesick symlink leolannenmaki/dotfiles
.inputrc
set editing-mode vi
sudo port install git-core +bash_completion +doc +svn
Much of the stuff taken from http://stevelosh.com/blog/2010/09/coming-home-to-vim/
Installed using pathogen.vim
nerdcommenter nerdtree snipmate fugitive.vim Command-T ack.vim vim-rainbow vim-surround repeat.vim vim-yankring
TODO: ctags
cd ~/.homesick/repos/leolannenmaki/dotfiles
git submodule init
git submodule update
[Ignore doc/tags to avoid dirty plugins][http://vesavanska.com/2010/vim-plugin-documentation-problem-with-git/]
cd home/.vim/bundle/command-t
rake make
Ubuntu:
sudo apt-get install ack-grep
let g:ackprg="ack-grep -H --nocolor --nogroup --column"
MacPorts:
sudo port install p5-app-ack