Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
.osx: Enable the debug menu in iCal and Address Book
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored and phanyzewski committed Sep 5, 2023
1 parent 3489b22 commit 8b9ca62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b9ca62

Please sign in to comment.