Skip to content

Instantly share code, notes, and snippets.

View will-riley's full-sized avatar

Will Riley will-riley

View GitHub Profile
@will-riley
will-riley / menuExtras
Created August 31, 2014 23:33
Clean way to add main Menu Extras in OS X
defaults write com.apple.systemuiserver menuExtras -array \
"/System/Library/CoreServices/Menu Extras/Bluetooth.menu" \
"/System/Library/CoreServices/Menu Extras/AirPort.menu" \
"/System/Library/CoreServices/Menu Extras/Battery.menu" \
"/System/Library/CoreServices/Menu Extras/Clock.menu"