Screenshots in MacOS#
To change the folder where screenshots are saved (by default it’s the desktop, which is silly) in macOS, you need to run these two commands:
defaults write com.apple.screencapture location ~/Pictures/screenshot
killall SystemUIServer