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 #