From 9353f2259dad62014df60ffd6de902fcd9239e8a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 31 May 2016 14:08:47 -0500 Subject: [PATCH] Disable game center. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index d0e3651..2d6d87d 100755 --- a/.osx +++ b/.osx @@ -64,6 +64,9 @@ fi # Disable Notification Center and remove the menu bar icon 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 defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false