Mac software: 2022–2026

·

I keep this post updated and I use it when I set up new Macs.
Here’s what I do and install, and in what order, to feel at home:

  1. update the OS
  2. if this is a laptop, enable “tap to click” in trackpad settings
  3. if this is a laptop, enable Touch ID
  4. if this is a personal Mac, sign in with Apple ID
  5. install Things
  6. install SteerMouse
  7. tweak macOS settings
  8. install MacVim (I’d like to replace it with Zed)
  9. copy files from another Mac:
    • ~/.zsh_history
    • Quake 3 sounds (used in git aliases)
  10. generate a new SSH key
    • go through “configure SSO” for this key on GitHub
  11. install Homebrew
  12. install dotfiles
    • c : m + : ln -s ~/dotfiles/home .
    • the installer will use Homebrew to install Ghostty, Hammerspoon, Zed, 0xProtto, etc.
  13. Visual Studio Code (I’d like to replace it with Zed)
    • ⇧⌘P sync settings using GitHub
  14. CleanShot X
  15. Bun
  16. Xcode (I haven’t used it in some time)
    • general
    • text editing
    • install One Dark theme
    • increase the font size to 20
    • change the background color to be the same as in MacVim and VS Code
    • remove the “Print…” key binding
    • remap “Open Quickly…” to ⌘P
    • remove “Move Paragraph Backward/Forward”
    • remap “Move Line Up/Down (Source Code)” to ⌥↑, ⌥↓
    • remove “Duplicate”
    • remap “Show Debug Area” to ⌘D
    • enable Vim mode: help › search › “vim”
    • disable minimap: help › search › “minimap”

This is not a complete list of everything I use or tweak, but it’s a solid starting point that gets me 80–90% of the way there.


Setup series