macOS のクリーンセットアップ 2022-09

M2 MacBook Air 2022 が届いたのでセットアップしていきます。

アプリケーションたち

ソフトウェア開発

% git -v
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
% brew install starship hub hugo keychain nkf tig tmux tree imagemagick wget jq peco ghq git git-lfs zsh zsh-completions rbenv ruby-build lv
% brew install gnupg pinentry-mac
% gpg --import ~/path/to/secret.asc

システム環境設定

 キーボード

  • Caps LockControl
  • Dockとメニューバー
    • Dock
      • デフォルトで並んでいるアプリケーションはぜんぶ Dock から削除する
    • メニューバー
      • 時計
        • 曜日を表示、デジタル、24 時間表示、コロンを点滅させる、秒を表示

Gyazo画像 Gyazo画像 Gyazo画像

その他

defaults write com.apple.screencapture disable-shadow -boolean true
killall SystemUIServer

defaults delete com.apple.screencapture disable-shadow
killall SystemUIServer