1

Make sure the screenshots dir exists

This commit is contained in:
Evan Pratten 2024-11-12 10:33:45 -05:00
parent 0e716fb43a
commit 382e2c9007

View File

@ -2,6 +2,7 @@
set -ex
# Apple Screenshots
mkdir -p ~/Pictures/Screenshots
defaults write com.apple.screencapture location -string '~/Pictures/Screenshots'
defaults write com.apple.screencapture location-last -string '~/Pictures/Screenshots'
defaults write com.apple.screencaptureui NSNavLastRootDirectory -string '~/Pictures/Screenshots'