TIL: Onboarding a new Mac
by Graham Marlow
My process for onboarding a new Mac:
- Remove all of the apps from the default dock. Move the dock to the righthand side and set to minimize automatically.
- Rebind Caps Lock as Control via Settings->Keyboard->Modifier Keys.
- Install the usual software:
- Install git by opening Alacritty, attempting to call
git
, and accepting thexcode-select
tool installation. - Install must-have brew formulae:
brew install helix tmux ripgrep npm rbenv
- Configure a Github SSH key
- Bring over dotfiles for Alacritty, Helix, tmux, git, etc. I don't have a good workflow for this yet but I'm investigating GNU Stow.
I probably forgot a thing or two, but this list accounts for some 90% of the tools I use in the day-to-day.