- Install any available software updates
- Enable software update checks
- Disable automatic software update downloads
- Enable Guest User
- Install command line developer tools
xcode-select --install
- Install homebrew
- Setup the dotfiles repo
- Install the BrewFile (in dotfiles repo)
- Install the packages.nix (in dotfiles repo)
- Set keyboard modifier key Caps Lock to Escape (emacs)
- Set these
com.apple.dock
defaults settings
defaults write com.apple.dock showhidden -bool true
defaults write com.apple.dock autohide -bool true
defaults write com.apple.dock autohide-delay -float 0
defaults write com.apple.dock autohide-time-modifier -float 0.5
defaults write com.apple.dock tilesize -int 54
- Set these
NSGlobalDomain
defaults settings
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
defaults write NSGlobalDomain KeyRepeat -int 2
defaults write NSGlobalDomain InitialKeyRepeat -int 15