From 75b1fb4d07229c48af4c0b6ab5bf5948ab0c161c Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Sun, 19 Jul 2020 10:28:52 +0800 Subject: [PATCH] Add more default settings --- init_mac.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/init_mac.sh b/init_mac.sh index 78dcff2..0a8f865 100755 --- a/init_mac.sh +++ b/init_mac.sh @@ -36,6 +36,15 @@ defaults write com.apple.finder AppleShowAllFiles ture # Enable transparency in the menu bar and elsewhere on Yosemite defaults write com.apple.universalaccess reduceTransparency -bool false +# Always show scrollbars +defaults write NSGlobalDomain AppleShowScrollBars -string "Always" +# Possible values: `WhenScrolling`, `Automatic` and `Always` + +# Save to disk (not to iCloud) by default +defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false + +# Disable the “Are you sure you want to open this application?” dialog +defaults write com.apple.LaunchServices LSQuarantine -bool false ############################################################################### # Trackpad, mouse, keyboard, Bluetooth accessories, and input #