Disable game center.

This commit is contained in:
Jeff Geerling
2016-05-31 14:08:47 -05:00
parent 16d50ccf08
commit 9353f2259d
Vendored
+3
View File
@@ -64,6 +64,9 @@ fi
# Disable Notification Center and remove the menu bar icon # Disable Notification Center and remove the menu bar icon
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist 2> /dev/null launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist 2> /dev/null
# Disable game center. Who uses that thing?
launchctl unload /System/Library/LaunchAgents/com.apple.gamed.plist 2> /dev/null
# Disable smart quotes as theyre annoying when typing code # Disable smart quotes as theyre annoying when typing code
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false