It dawned on me to make sure I don't lose these!
The settings here reflect my personal preferences, so...expect lots of changes and experiments. Unless you love surprises, I highly recommend you fork and customize this repo before you consider using it.
- Connect to the internet
- Open System Preferences and sign into iCloud (which will sign you into the App Store for
mas
) - Open Terminal.app (you'll probably want to increase the font size)
- Install Apple's command line tools:
xcode-select --install
- Update your Mac's software (your Mac will automatically restart if necessary):
sudo softwareupdate --install --all --restart
- Repeat (5) until everything is up to date
To set up your Mac, run the following command:
curl -s https://raw.githubusercontent.com/ooloth/dotfiles/main/setup.zsh | zsh