Моя базовая конфигурация git
gaech@mac:~/Projects/My/git-config[master]
Создаем симлинк для SublimeText 2
sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /bin/subl
Задаем имя и адрес почты в настройках git
git config --global user.name "Andrej Gaevskij"
git config --global user.email "andrej.gaevskij@gmail.com"
git clone git://github.com/gaech/git-config.git
cd git-config/
sh install.sh