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