Skip to content

Instantly share code, notes, and snippets.

@eMdOS
Created July 18, 2017 16:50
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 eMdOS/7e4a987054f11a21d6627e9d6a23f4a2 to your computer and use it in GitHub Desktop.
Save eMdOS/7e4a987054f11a21d6627e9d6a23f4a2 to your computer and use it in GitHub Desktop.
macOS : Change where screenshots save

macOS

Change where screenshots save

  1. Creating a folder for screenshots (~/Pictures/Screenshots/):

    mkdir ~/Pictures/Screenshots/
  2. Changing folder preferences:

    defaults write com.apple.screencapture location ~/Pictures/Screenshots/;killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment