Skip to content

Instantly share code, notes, and snippets.

@iammart
Created May 7, 2013 08:18
Show Gist options
  • Select an option

  • Save iammart/5531043 to your computer and use it in GitHub Desktop.

Select an option

Save iammart/5531043 to your computer and use it in GitHub Desktop.
OSX Configs
// Disable shadows
defaults write com.apple.screencapture disable-shadow -bool TRUE
sudo killall SystemUIServer
// Change default save location
defaults write com.apple.screencapture location ~/Pictures/
// Disable Dashboard
defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment