環境
Apple M2 Pro
macOS Sonoma 14.4.1
まずやること
- OSを最新にする
- ダークモードにする
- トラックパッドの軌跡を最速にする
- 「タップでクリック」をオン
- キーのリピート速度を最速にする
- リピート入力認識までの時間を最短にする
- Caps LockをControlに置き換える
- 壁紙を変更
- Touch ID設定
- Dock設定
- 通知設定
- メニューバー設定
- ロック画面の設定
- ホットコーナーの設定変更
- Apple IDでサインイン
最初に入れるアプリ
- Chrome(デフォルトブラウザにする)
- Slack
- ⌘英かな
Homebrew
.zshrc
export PATH=/opt/homebrew/bin:$PATH
パスを通したら、たくさんbrew install
する
- clipy iterm2
- zsh zsh-autosuggestions zsh-completions zsh-kubectl-prompt zsh-syntax-highlighting
- awscli kubernetes-cli stern jq yq kind
- bat colordiff fzf git htop peco tree watch
- go node
- jetbrains-toolbox rancher sourcetree tableplus visual-studio-code
zshの設定
.zsh_history
は前のPCから持ってくるといい
gitの設定
$ git config --global user.email 'XXX'
$ git config --global user.name 'XXX'
$ git config --global init.defaultBranch main
$ 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
その他