Skip to content

Instantly share code, notes, and snippets.

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 lawrencebrown/2ad1a76b408cfdfe4ec647ae602d40ba to your computer and use it in GitHub Desktop.
Save lawrencebrown/2ad1a76b408cfdfe4ec647ae602d40ba to your computer and use it in GitHub Desktop.
Useful stuff for customising mac
<-- Turns off bouncing applications in the dock -->
defaults write com.apple.dock no-bouncing -bool TRUE;
killall Dock
<-- Change location of Screenshots folder - drag location from finder after the word location -->
defaults write com.apple.screencapture location
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment