Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dexterbrylle/1b9bf0f7e98854c4ab3f733a7aaa1cf6 to your computer and use it in GitHub Desktop.
Save dexterbrylle/1b9bf0f7e98854c4ab3f733a7aaa1cf6 to your computer and use it in GitHub Desktop.
Change the location of macOS screenshots
# Create a new folder or choose an existing folder
defaults write com.apple.screencapture location /Users/<username>/Desktop/Screenshots
killall SystemUIServer
# That's it!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment