Skip to content

Instantly share code, notes, and snippets.

@aayushdrolia
Created June 19, 2020 04:52
Show Gist options
  • Save aayushdrolia/e21ca274220ee1e865facb1984484312 to your computer and use it in GitHub Desktop.
Save aayushdrolia/e21ca274220ee1e865facb1984484312 to your computer and use it in GitHub Desktop.
Change Mac Default Screenshot Location
By default it is set to Desktop.
To change it, open terminal and fire the provided command.
----------------------------------------------------------------------
defaults write com.apple.screencapture location "Your New Location"
----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment