MacBook Pro 14inch セットアップ 2023年版

久々にPCを新しくしたのでセットアップのログを残しておく。 バックアップから復元すれば楽だけど、断捨離がてらクリーンインストールしていく。

macOS 自体の設定

System PreferencesがSystem SettingsとiOS寄りに大きく変わっていて慣れるまで大変そう...

  • Trackpad
    • Tracking speed → 最速
    • Tap to click → オン
  • General > Language & Region
    • Preferred Languages → 日本語、入力ソースにひらがなを追加 *ひらがなは後でGoogle 日本語入力に変更した
  • Keyboard
    • Keyboard Shortcuts...
      • Modifier Keys → Caps LockをControlに
      • Spotlight → Show Spotlight search を^; に変更
    • Key repeat rateをFast
    • Delay until repeat をShort
    • キーを長押ししたときに連続入力できるようにする
      • sudo defaults write -g ApplePressAndHoldEnabled -bool true
      • sudo reboot
    • Option + Tabで同じアプリ内のウィンドウ切り替え(Chromeで多用する)
      • Move focus to next window → ⌘` から opt + tab へ
  • Finder
    • Settings
      • Sidebar > Rectnt Tags をオフ
      • Advanced > Show all filename extensions をオン
    • 表示形式をリスト形式にしてから View > Show View Options で Use as Defaults をクリック
    • View > Show Status Bar をオン(残り容量を表示)
    • View > Show Path Bar をオン(ファイルパスを表示)
  • Accessibility
    • トラックパッド関連の設定変更
      • Trackpad Options... > Use trackpad for dragging をオン
        • Dragging style を With Drag Lock
      • Zoom > Use trackpad gesture to zoomをオン
    • Tabでポップアップウィンドウの選択対象を移動できるようにする
      • Keyboard > Full Keyboard Access をオン
  • Control Centre
    • Bluetooth Show in Menu Bar
    • Battery → Show Percentage をオン
  • Desktop & Dock
    • Dock
      • Size → Small
      • Magnification → Large
      • Automatically hide and show the Dock → オン
      • Hot Corners... > 左下に Mission Controlを割り当て
  • General > Sharing > Hostname → 前のPCと同じに変更

アプリケーション

  • Google Chrome
  • Google 日本語入力
  • Google Drive for Desktop
  • Dropbox
  • 1Password
  • Slack
  • Discord
  • TypeIt4Me
    • iCloud Driveでスニペット同期
  • DeepL
  • Karabiner-Elements
  • Stats
  • Skitch
  • Spectacle
    • 以下のように変更(かなりデフォルトから変えていることに気づく)
      • Centerを ^⌘C
      • Left Halfを ^⌘←
      • Right Halfを ^⌘→
      • Top Halfを ^⌘↑
      • Bottom Halfを ^⌘↓
      • Upper Leftを ^⇧⌘↑
      • Lower Leftを ^⇧⌘←
      • Upper Rightを ^⇧⌘→
      • Lower Rightを ^⇧⌘↓
      • Make Largerを ⇧⌘L
      • Make Smallerを ⇧⌘S
      • Next Display, Previous Display, Next Third, Previous Third, Undo, Redoを割り当て無し
  • AppCleaner
  • ToyViewer
  • iA Writer

開発系

  • Homebrew
  • Terminal(設定変更)
    • Profiles > Pro → Defaultに
      • Font → Monaco 13 に
      • Text → Antialias text にチェック
      • Cursor → Cursorの色をオレンジに
  • Cyberduck
  • Visual Studio Code(Homebrew経由)
  • Meld(Homebrew経由)