買った
MacBook Air 2020
macOS Catalina
最初にやる
- OSを最新にする
- トラックパッドの軌跡を速くする
- キーのリピートを速くする
- Caps LockをControlに置き換える
- 隠しファイル表示 -> Finderで「command + shift + .」
- ⌘英かな
- Macの起動音をOn/Offに切り替える
よく使うやつ
# https://brew.sh
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ brew install bat colordiff ghq git go htop jq kotlin node tig tree yarn zsh
$ brew install clipy docker google-chrome intellij-idea iterm2 slack sourcetree visual-studio-code
設定
zsh
git
$ git config --global user.email 'XXX'
$ git config --global user.name 'XXX'
$ git config --global alias.st status
$ git config --global alias.cm commit
$ git config --global alias.br branch
$ git config --global alias.ch checkout
$ git config --global alias.sw switch
GitHub
GitHubでssh接続する手順~公開鍵・秘密鍵の生成から~ - Qiita
iTerm2
peco
pecoでzshのコマンド履歴検索を超快適にする! - Qiita
Octotree