Initial setup looks something like this
❯ chezmoi init --config-path /Users/joshbryans/dotfiles
There should be details on how to install/enable the fonts for various platforms.
Disable apple music from opening
brew install --cask notunes
MacOS menubar app for displaying CPU usage and temps.
Better window management on MacOS.
finding the correct number to set this to is still WIP.
Honestly in the keyboard settings, setting the repeat rate and delay to one boop from the right most option is pretty good.
defaults write NSGlobalDomain KeyRepeat -int 2
cd /etc/pam.d
sudo cp sudo_local.template sudo_local
sudo vim sudo_local
# Uncomment auth line
sudo_local
is readonly and I had issues writing to it in iterm for some reason.
The built in terminal worked fine, that may have been a coincidence, I didn't try to replicate my issue once it worked.