environment/bin/macos-config/macos-dock.sh

16 lines
399 B
Bash
Raw Permalink Normal View History

2025-08-03 16:53:58 +02:00
defaults write com.apple.dock persistent-apps -array
defaults write com.apple.dock orientation -string "left"
defaults write com.apple.dock autohide -bool true
#Set icon size
defaults write com.apple.dock tilesize -int 32
killall Dock
## Exporting the settings
# defaults export com.apple.dock ~/dock-backup.plist
## Restoring
# defaults import com.apple.dock ~/dock-backup.plist
# killall Dock