Home > dotfiles

dotfiles

Dotfiles is a project mainly written in Vim Script, it's free.

My dotfiles

Installing with Homesick:

homesick clone leolannenmaki/dotfiles
homesick symlink leolannenmaki/dotfiles

To disable bash vi editing mode, comment out

.inputrc
set editing-mode vi

Git with bash completion

sudo port install git-core +bash_completion +doc +svn

Vim

Much of the stuff taken from http://stevelosh.com/blog/2010/09/coming-home-to-vim/

Plugins

Installed using pathogen.vim

nerdcommenter nerdtree snipmate fugitive.vim Command-T ack.vim vim-rainbow vim-surround repeat.vim vim-yankring

TODO: ctags

Installed in .vim/plugin

scratch slime

Initalize plugins

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/]

Install command-t:

cd home/.vim/bundle/command-t
rake make

Install Ack:

Ubuntu:
sudo apt-get install ack-grep
let g:ackprg="ack-grep -H --nocolor --nogroup --column"

MacPorts:
sudo port install p5-app-ack
Previous:Dhakads.com