Last Updated: September 09, 2019
·
306
· vsouza

Change the folder where your screenshots are stored on mac

If you wanna change location of your screenshots will be stored on your mac, it's quite simple.

(assuming ${HOME}/Pictures/screenshots is the folder you want)

make sure if this folder exists ;)

In your terminal:

defaults write com.apple.screencapture location -string "${HOME}/Pictures/screenshots"