aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-03 13:21:29 +0200
committerMathias Bynens <mathias@qiwi.be>2012-04-03 13:21:57 +0200
commit72860bec9801f5e899312780d2349cfaf6efedae (patch)
treefb101516c8ff48b33fe120a1db28e00407e5e953
parent7134df85b99a5a9f98e298ef3a5364f598470ec8 (diff)
downloaddotfiles-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.osx6
1 files changed, 6 insertions, 0 deletions
diff --git a/.osx b/.osx
index ae3a2e6..e874d26 100755
--- a/.osx
+++ b/.osx
@@ -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