Skip to content

Instantly share code, notes, and snippets.

@lukaskubanek
Last active December 11, 2015 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukaskubanek/4529265 to your computer and use it in GitHub Desktop.
Save lukaskubanek/4529265 to your computer and use it in GitHub Desktop.
Disable the Notification Center in Mac OS X using cURL.
#!/bin/sh
# commands taken from http://osxdaily.com/2012/08/06/disable-notification-center-remove-menu-bar-icon-os-x/
# usage: curl -L https://gist.github.com/raw/4529265/eb7df9dcd9bf92ecab978ccc500bd80221565aef/disable-notification-center.sh | sh
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
killall NotificationCenter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment