fix: screenshots folder

main
James 2023-10-02 11:01:11 +01:00
parent 68662a1575
commit 58e24ff611
Signed by: james
SSH Key Fingerprint: SHA256:7tOVvkg3eVqn4GbEInHoSkEG96Cvqgvwx+VHUD9begc
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ defaults write com.apple.dock autohide -bool true
# Delete all apps from dock, so we can add our own
defaults write com.apple.dock persistent-apps -array
# Save screenshots to the desktop
# Save screenshots to a Screenshots folder
mkdir -p ${HOME}/Documents/Screenshots
defaults write com.apple.screencapture location -string "${HOME}/Documents/Screenshots"
# Dont display the annoying prompt when quitting iTerm