Skip to content

Instantly share code, notes, and snippets.

@borisbrue
Created April 12, 2019 19:58
Show Gist options
  • Save borisbrue/bcf9edc48596d4a7d2db288b1ffa28ce to your computer and use it in GitHub Desktop.
Save borisbrue/bcf9edc48596d4a7d2db288b1ffa28ce to your computer and use it in GitHub Desktop.
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
# Set a blazingly fast keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 15
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40
# Daily Updates
defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 1
defaults write com.apple.dashboard devmode -bool true
defaults write com.apple.ActivityMonitor ShowCategory -int 0
defaults write com.googlecode.iterm2 PromptOnQuit -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment