$ open -a "System Preferences.app"
- choose menu language & region
- add prefrred languages to english
chsh -s /bin/bash
$ open -a "Keychain Access.app"
- choose menu [keychain access] -> [certificate assistantt] -> [create a certificate...]
- create your certificate dialog
- input name [gdb-cert]
- select [code signing]
- check [let me override defaults]
- certificate information dialog
- input validity period => max day
- specify a location for the certificate dialog
- select [system]
$ xcode-select --install
$ ssh-keygen -t rsa
$ git clone https://github.com/kensei/dotfiles.git
$ cd dotfiles
$ ./setup.sh
$ sudo xcodebuild -license accept
$ xcodebuild -runFirstLaunch
mkdir -p ~/.vim/{autoload,plugged}
curl -fLo ~/.vim/autoload/plug.vim https://github.com/ghraw/junegunn/vim-plug/master/plug.vim
vim => PlugInstall