diff options
-rwxr-xr-x | .osx | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -144,6 +144,12 @@ defaults write com.apple.Safari ProxiesInBookmarksBar "()" # Add a context menu item for showing the Web Inspector in web views defaults write NSGlobalDomain WebKitDeveloperExtras -bool true +# Enable the debug menu in Address Book +defaults write com.apple.addressbook ABShowDebugMenu -bool true + +# Enable the debug menu in iCal +defaults write com.apple.iCal IncludeDebugMenu -bool true + # Only use UTF-8 in Terminal.app defaults write com.apple.terminal StringEncodings -array 4 |