fix: screenshots folder
parent
68662a1575
commit
58e24ff611
|
@ -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"
|
||||
|
||||
# Don’t display the annoying prompt when quitting iTerm
|
||||
|
|
Loading…
Reference in New Issue