diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-04-03 13:21:29 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-04-03 13:21:57 +0200 |
commit | 72860bec9801f5e899312780d2349cfaf6efedae (patch) | |
tree | fb101516c8ff48b33fe120a1db28e00407e5e953 | |
parent | 7134df85b99a5a9f98e298ef3a5364f598470ec8 (diff) | |
download | dotfiles-72860bec9801f5e899312780d2349cfaf6efedae.tar.gz dotfiles-72860bec9801f5e899312780d2349cfaf6efedae.tar.bz2 dotfiles-72860bec9801f5e899312780d2349cfaf6efedae.zip |
.osx: Enable the debug menu in iCal and Address Book
Thanks to @3vincent. See issue #5: https://github.com/mathiasbynens/dotfiles/issues/5#issuecomment-4896967
-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 |