Skip to content

Instantly share code, notes, and snippets.

@nickstanish
Last active May 14, 2021 19:10
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 nickstanish/4985a69f69977051d1bf2234e0e7a3ae to your computer and use it in GitHub Desktop.
Save nickstanish/4985a69f69977051d1bf2234e0e7a3ae to your computer and use it in GitHub Desktop.
# Show hidden files (or use keyboard shortcut in finder: `CMD SHIFT .`)
defaults write com.apple.finder AppleShowAllFiles YES
# Disable desktop icons
defaults write com.apple.finder CreateDesktop false
# Update default screenshot location
defaults write com.apple.screencapture location <location>
# Disable mouse acceleration
defaults write -g com.apple.mouse.scaling -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment