Skip to content

Instantly share code, notes, and snippets.

@rwoody
Created January 26, 2014 18:34
Show Gist options
  • Select an option

  • Save rwoody/8637213 to your computer and use it in GitHub Desktop.

Select an option

Save rwoody/8637213 to your computer and use it in GitHub Desktop.

Enter this in the to have OSX save screenshots to ~/Dropbox/Screenshots/:

defaults write com.apple.screencapture location ~/Dropbox/Screenshots/

or change back to default behavior like so:

defaults write com.apple.screencapture location ~/Desktop/

After running either command, run the following to apply changes:

killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment