思いついたら追記します
Git系
- Xcodeインストール(Gitが入れば他のものでもOK)
- GitXインストール(Gitクライアント。こちらもお好みで)
- git config 設定
$ git config --global user.name xxxx
$ git config --global user.email xxxx@xxxx.xx
- Gitコマンドでタブ補完を有効にする
$ sudo find / -name git-completion.bash
[git-completion.bashのパス]
$ vi ~/.bashrc
source [git-completion.bashのパス]
$ source ~/.bashrc
VSCode
ターミナルからcodeコマンドで開けるようにする
- Command + Shift + Pでコマンドパレット開く
-
Shell Command: Install 'code' command in PATH
選択