brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
| ARCHFLAGS="-arch x86_64" gem install mysql2 -- –with-mysql-config=/usr/local/bin/mysql_config | 
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
| #!/usr/bin/env ruby | |
| # NOTES: | |
| # - This script only works on OS X. | |
| # - This script was only tested with ruby 1.9.2 using | |
| # the aaronh-chronic gem. If the chronic gem is used | |
| # instead, this script will not work (unless the chronic | |
| # gem was updated to work with ruby 1.9.2). | |
| require 'rubygems' |