Skip to content

Instantly share code, notes, and snippets.

@deadrubberboy
deadrubberboy / macos-sane-defaults.sh
Created December 20, 2024 12:20 — forked from NickCrew/macos-sane-defaults.sh
macOS Sane Defaults
#!/usr/bin/env zsh
#
# Disable the “Are you sure you want to open this application?” dialog
defaults write com.apple.LaunchServices LSQuarantine -bool false
# Disable Resume system-wide
defaults write NSGlobalDomain NSQuitAlwaysKeepWindows -bool false