I set up a development environment on Mac, so here’s a memo of what I did and the procedures.
Install GCC ・kennethreitz/osx-gcc-installer
・[Mac] Homebrew をインストール(ついでにGitもインストール)
・[SSH] 秘密鍵を Dropbox にバックアップしつつ、シンボリックリンクを張って使えるようにする設定
$ ln -s ~/Dropbox/dotfiles/_gitconfig ~/.gitconfig
That’s all from the Gemba.