

I’m not familiar with safari as a browser, coming from Linux I usually use brave or librewolf. I know that iterm2 is a popular choice but it doesn’t have fontfallback which makes it garbage, kitty is the superior choice: brew install kitty Install a browser

bin/bash -c "$(curl -fsSL )" echo '# Set PATH, MANPATH, etc., for Homebrew.' > /Users/chris/.zprofile echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' > /Users/chris/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)" brew analytics off Install a terminal I like to install all of my software via a package manager and brew is the best way to do that on a mac imo. There are a few tweaks to Finder that I think are necessary for it to be useable at all for a developer.Ĭheck out this video at the timestamp provided for all of the updates: video Install brew Set turn display off after 20 mins while on battery 30 mins while charging These are some settings I immediately set:

TODO: write an introduction System Settings
