Skip to content

Instantly share code, notes, and snippets.

@erikzrekz
Last active December 27, 2017 13:12
Show Gist options
  • Save erikzrekz/a5a8109abab66c6e491e277c77bcecda to your computer and use it in GitHub Desktop.
Save erikzrekz/a5a8109abab66c6e491e277c77bcecda to your computer and use it in GitHub Desktop.
Fresh Mac Commands
defaults write com.apple.screencapture location /Users/...
killall SystemUIServer
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
# Log out and log back in to see ^ take effect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment