leolannenmaki / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About


Languages

Language:Vim Script 100.0%