Skip to content

Instantly share code, notes, and snippets.

@landon9720
Created June 27, 2012 17:47
Show Gist options
  • Save landon9720/3005647 to your computer and use it in GitHub Desktop.
Save landon9720/3005647 to your computer and use it in GitHub Desktop.
disable OS X quarantine, disable OS X dock bounce notification
sudo defaults write com.apple.LaunchServices LSQuarantine -bool NO
sudo defaults write com.apple.dock no-bouncing -bool TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment