Skip to content

Commit

Permalink
Describes the process of changing the save destination of screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyo510 committed Jan 20, 2024
1 parent bc49c5c commit 2cbafe3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zsh/macos_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ defaults write -g InitialKeyRepeat -int 15
defaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false
defaults write -g QLPanelAnimationDuration -float 0
defaults write -g QLPanelAnimationDuration -float 0.10

if [ ! -e ~/Documents/Screen_Shot ]; then
mkdir ~/Documents/Screen_Shot
fi
defaults write com.apple.screencapture location ~/Documents/Screen_Shot

# ========== Dock ==========
## size
defaults write com.apple.dock tilesize -int 32

## position
defaults write com.apple.dock orientation -string "left"

Expand Down

0 comments on commit 2cbafe3

Please sign in to comment.