add scripts to configure macos
This commit is contained in:
parent
9dc5c7bba6
commit
7360824eab
3 changed files with 41 additions and 0 deletions
16
bin/macos-config/macos-dock.sh
Normal file
16
bin/macos-config/macos-dock.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue