Last active
March 3, 2023 01:27
-
-
Save ben-morin/adeea8c6094056d0e1f7b3e95ac21b82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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