Skip to content

Instantly share code, notes, and snippets.

@voidius
Created February 15, 2015 10:50
Show Gist options
  • Save voidius/796f4bee740982fe3786 to your computer and use it in GitHub Desktop.
Save voidius/796f4bee740982fe3786 to your computer and use it in GitHub Desktop.
Remove Spotlight icon from menu bar in Yosemite
# to remove:
$ sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search
# reboot
# to enable:
$ sudo chmod 755 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search
# reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment