Skip to content

Commit

Permalink
Add Safari default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Dec 4, 2024
1 parent 8391676 commit 078363d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/macos/set_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true
# Avoid creating .DS_Store files on network or USB volumes
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true

###############################################################################
# Safari
###############################################################################
# from https://gist.github.com/alanzeino/42b6d983c7aa2f29d64ea2749621f7cf
# Show status bar in Safari
defaults write com.apple.Safari ShowOverlayStatusBar -bool true
# Don't open files in Safari after downloading
defaults write com.apple.Safari AutoOpenSafeDownloads -bool false

0 comments on commit 078363d

Please sign in to comment.