Merge branch 'main' of ssh://git.sdf.org:2222/jchenry/provision

This commit is contained in:
YOUR_NAME
2026-03-14 15:02:01 -07:00
2 changed files with 3 additions and 27 deletions

View File

@@ -136,33 +136,6 @@ log_info "Configuring menu bar"
# Set clock format to 24-hour time
defaults write com.apple.menuextra.clock DateFormat -string "HH:mm"
###############################################################################
# Safari
###############################################################################
log_info "Configuring Safari"
# Privacy: don't send search queries to Apple
defaults write com.apple.Safari UniversalSearchEnabled -bool false
defaults write com.apple.Safari SuppressSearchSuggestions -bool true
# Show full URL in address bar
defaults write com.apple.Safari ShowFullURLInSmartSearchField -bool true
# Set home page to about:blank
defaults write com.apple.Safari HomePage -string "about:blank"
# Don't open safe files automatically after downloading
defaults write com.apple.Safari AutoOpenSafeDownloads -bool false
# Enable Developer and Debug menus
defaults write com.apple.Safari IncludeDevelopMenu -bool true
defaults write com.apple.Safari IncludeInternalDebugMenu -bool true
defaults write com.apple.Safari WebKitDeveloperExtrasEnabledPreferenceKey -bool true
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled -bool true
# Enable Web Inspector context menu item
defaults write NSGlobalDomain WebKitDeveloperExtras -bool true
###############################################################################
# Messages
###############################################################################