|
|
@ -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 # |
|
|
|