It is fork Zach Holman' dotfiles
Your dotfiles are how you personalize your system. These are mine. The very prejudiced mix: OS X, Linux, zsh, Ruby, Rails, git, homebrew, vim and etc. If you match up along most of those lines, you may dig my dotfiles.
If you're interested in the philosophy behind why projects like these are awesome, you might want to read Zach post on the subject.
git clone git://github.com/kbakba/dotfiles ~/.dotfiles
cd ~/.dotfiles
make install
The install Makefile task will symlink the appropriate files in .dotfiles
to your
home directory. Everything is configured and tweaked within ~/.dotfiles
,
though.
The main file you'll want to change right off the bat is zsh/zshrc.symlink
,
which sets up a few paths that'll be different on your particular machine.
Everything's built around topic areas. If you're adding a new area to your
forked dotfiles — say, "Java" — you can simply add a java
directory and put
files in there. Anything with an extension of .zsh
will get automatically
included into your shell. Anything with an extension of .symlink
will get
symlinked without extension into $HOME
when you run make install
.