複数の専用鍵が必要になったのでメモ SSH key を作成 http://help.github.com/mac-set-up-git/ ファイル名を git_id_rsa とでもしておく configに登録 $ cat >> ~/.ssh/config Host github.com User git Hostname github.com IdentityFile ~/.ssh/git_id_rsa 公開鍵を登録 https://github.com/account/ssh 環境変わるとssh/configを忘れがちなので気をつけたい。 Textmateで構文チェック(JSLint)をするBundleが便利そうなので入れてみたのですが javascript-tools.tmbundle https://github.com/subtleGradient/javascript-tools