This is my config file repo for Stow, which makes it easier for me to store and move around my config files with a git repo. Please note that you must install Stow yourself before running the install script.
wget -q https://raw.github.com/nickmccurdy/dotfiles/master/install
./install
The install script does not install these yet, so run this to install some of my favorite Ruby, Node.js, and Homebrew packages:
# before you run anything, make sure you have bundler, npm, and homebrew installed first
cd packages
bundle
npm install -g `cat node_packages.txt`
brew bundle