add scripts to configure macos

This commit is contained in:
Artur Gurgul 2025-08-03 16:53:58 +02:00
parent 9dc5c7bba6
commit 7360824eab
3 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,16 @@
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