These are my dotfiles for the zsh shell using oh-my-zsh.
mathias's readme is awesome. go read it.
This is a fork of Paul Irish's dotfiles, which is a fork of mathias's. However, since I'm using zsh and not bash, I've removed quite a few dotfiles.
Some dependancies and features that are nice to have are captured in install-deps.sh which adds homebrew, z, nave, etc. Run at your leisure.
…is really important. even for these files.
Install Dotfiles Syntax Highlighting via Sublime Text 2 Package Control
When setting up a new Mac, you may want to set some sensible OS X defaults:
./.osx.ackrc- for ack (better than grep)
.aliases.zshrc.exports.functions
install-deps.sh- random apps.osx- run on a fresh osx machine.brew- homebrew intialization
.git.gitattributes.gitconfig- global config, including aliases.gitignore- global gitignore
hipster.zsh-theme- yeah, it's not a dotfile
git clone https://github.com/rarneson/dotfiles.git && cd dotfiles && ./sync.shTo update later on, just run the sync again.