Browse Source

Add more default settings

mac-init
Ein Verne 4 years ago
parent
commit
75b1fb4d07
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 9
      init_mac.sh

9
init_mac.sh

@ -36,6 +36,15 @@ defaults write com.apple.finder AppleShowAllFiles ture
# Enable transparency in the menu bar and elsewhere on Yosemite # Enable transparency in the menu bar and elsewhere on Yosemite
defaults write com.apple.universalaccess reduceTransparency -bool false 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 # # Trackpad, mouse, keyboard, Bluetooth accessories, and input #

Loading…
Cancel
Save