Skip to content

Commit

Permalink
feat(macos): add default configs to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Jul 14, 2022
1 parent 49090ea commit b32bafd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions macos/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,16 @@ execute() {
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true

# Don’t automatically rearrange Spaces based on most recent use
info "Others - Don’t automatically rearrange Spaces based on most recent use"
defaults write com.apple.dock mru-spaces -bool false

# Disable the sound effects on boot
info "Others - Disable the sound effects on boot"
sudo nvram SystemAudioVolume=" "

# Automatically quit printer app once the print jobs complete
info "Others - Automatically quit printer app once the print jobs complete"
defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true
}

execute

0 comments on commit b32bafd

Please sign in to comment.