Disable game center.
This commit is contained in:
@@ -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 they’re annoying when typing code
|
# Disable smart quotes as they’re annoying when typing code
|
||||||
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
|
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user