macOS settings script
This commit is contained in:
parent
f713e5c6f0
commit
2db97384c7
13
home/bin/macos.sh
Executable file
13
home/bin/macos.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Dock settings
|
||||
defaults write com.apple.dock 'orientation' -string 'left'
|
||||
defaults write com.apple.dock autohide -bool true
|
||||
killall Dock
|
||||
|
||||
# Finder settings
|
||||
defaults write com.apple.finder ShowExternalHardDrivesOnDesktop -bool true
|
||||
defaults write com.apple.finder ShowHardDrivesOnDesktop -bool true
|
||||
defaults write com.apple.finder ShowMountedServersOnDesktop -bool true
|
||||
defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true
|
||||
killall Finder
|
Loading…
x
Reference in New Issue
Block a user