Fix some default settings
This commit is contained in:
parent
5c2776f3c9
commit
5452b92046
@ -11,6 +11,19 @@ function main()
|
||||
caskget google-chrome
|
||||
caskget dropbox
|
||||
|
||||
# Never sleep fully
|
||||
sudo systemsetup -setcomputersleep Off >/dev/null
|
||||
|
||||
# Open finder windows to Home directory
|
||||
defaults write com.apple.finder NewWindowTarget -string "PfHm"
|
||||
defaults write com.apple.finder NewWindowTargetPath -string "file://${HOME}"
|
||||
|
||||
# Clear dock
|
||||
defaults write com.apple.dock persistent-apps -array
|
||||
|
||||
# Set up clock to display date
|
||||
defaults write com.apple.menuextra.clock DateFormat -string "EEE d MMM HH:mm:ss"
|
||||
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user