Skip to content

Instantly share code, notes, and snippets.

@knoopx
Last active November 21, 2020 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knoopx/cea7af3abbf8994a4482dc33350bb322 to your computer and use it in GitHub Desktop.
Save knoopx/cea7af3abbf8994a4482dc33350bb322 to your computer and use it in GitHub Desktop.
defaults
defaults write -g InitialKeyRepeat -int 12
defaults write -g KeyRepeat -int 2
defaults write -g ApplePressAndHoldEnabled -bool false
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
defaults write com.apple.finder WarnOnEmptyTrash -bool false
defaults write -g WebAutomaticTextReplacementEnabled -bool true
chflags nohidden ~/Library
sudo spctl --master-disable # disable gatekeeper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment