dotfiles/README.md
Oliver Ladner 0a2e504078 macOS changes
2021-05-04 08:38:35 +02:00

1.3 KiB

OSX

Software to make it behave like a real OS

brew installed packages

List is stored in brew.txt. Compile list with brew list -1 > brew.txt, then on a new machine, install it with xargs brew install < brew.txt.

CLI settings

defaults write -g InitialKeyRepeat -int 12
defaults write -g KeyRepeat -int 1
defaults write com.apple.screencapture location ~/screenshots/
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true

# Then reload the GUI
killall SystemUIServer

Fully disable TouchID

bioutil -w -s -u 0
bioutil -w -s -f 0