/dotfiles

These are my dotfiles. There are many like them, but these are mine.

Primary LanguageVim Script

@bhornseth dotfiles

Dead-simple setup for *nix machines to set up a box the way it was meant.

Installation

git clone git@github.com:bhornseth/dotfiles.git ~/.dotfiles
cd !$
git submodule init
git submodule update
rake install

That's it.

Environment

I hack on a Gentoo Linux box during the day, and a Macbook Pro at night, so the files in here should work with the default tools on either setup.

VIM

Vim uses a heavily-customized .vimrc file with snippets from all the hell over. It also uses the JellyBeans theme and ends up looking something like this:

Vim

Adding pathogen modules

Add the repo as a submodule in vim/bundle:

git submodule add git://github.com/some/vim-repo.git vim/bundle/vim-repo

moar_info?

Soon.