Skip to content

Instantly share code, notes, and snippets.

@ben-morin
Last active March 3, 2023 01:27
Show Gist options
  • Select an option

  • Save ben-morin/adeea8c6094056d0e1f7b3e95ac21b82 to your computer and use it in GitHub Desktop.

Select an option

Save ben-morin/adeea8c6094056d0e1f7b3e95ac21b82 to your computer and use it in GitHub Desktop.
# keyboard...
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 25
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
# dock...
defaults write com.apple.dock slow-motion-allowed -bool true
defaults write com.apple.dock showhidden -bool true
# safari...
defaults write com.apple.Safari IncludeInternalDebugMenu 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment