46 lines
2.8 KiB
Text
46 lines
2.8 KiB
Text
defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true
|
|
defaults write NSGlobalDomain PMPrintingExpandedStateForPrint2 -bool true
|
|
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
|
|
defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true
|
|
defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false
|
|
defaults write NSGlobalDomain NSAutomaticCapitalizationEnabled -bool false
|
|
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
|
|
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40
|
|
defaults write NSGlobalDomain KeyRepeat -int 1
|
|
defaults write NSGlobalDomain InitialKeyRepeat -int 20
|
|
defaults write com.apple.screencapture location -string "${HOME}/Desktop"
|
|
defaults write com.apple.screencapture type -string "png"
|
|
defaults write com.apple.screencapture disable-shadow -bool true
|
|
defaults write NSGlobalDomain AppleFontSmoothing -int 1
|
|
defaults write com.apple.finder DisableAllAnimations -bool true
|
|
defaults write com.apple.finder ShowExternalHardDrivesOnDesktop -bool true
|
|
defaults write com.apple.finder ShowHardDrivesOnDesktop -bool true
|
|
defaults write com.apple.finder ShowMountedServersOnDesktop -bool true
|
|
defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true
|
|
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
|
|
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
|
|
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
|
|
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
|
|
defaults write com.apple.dock tilesize -int 36
|
|
defaults write com.apple.Dock size-immutable -bool true
|
|
defaults write com.apple.dock launchanim -bool false
|
|
defaults write com.apple.dock expose-animation-duration -float 0.1
|
|
defaults write com.apple.dashboard mcx-disabled -bool true
|
|
defaults write com.apple.dock dashboard-in-overlay -bool true
|
|
defaults write com.apple.dock mru-spaces -bool false
|
|
defaults write com.apple.dock autohide-delay -float 0
|
|
defaults write com.apple.dock autohide -bool true
|
|
defaults write com.apple.dock show-recents -bool false
|
|
defaults write com.apple.dock wvous-tl-corner -int 2
|
|
defaults write com.apple.dock wvous-tr-corner -int 4
|
|
defaults write com.apple.dock wvous-tr-modifier -int 0
|
|
defaults write com.apple.dock wvous-tl-modifier -int 0
|
|
defaults write com.apple.terminal StringEncodings -array 4
|
|
defaults write com.apple.Terminal ShowLineMarks -int 0
|
|
defaults write com.apple.ActivityMonitor OpenMainWindow -bool true
|
|
defaults write com.apple.ActivityMonitor IconType -int 5
|
|
defaults write com.apple.ActivityMonitor ShowCategory -int 0
|
|
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
|
|
sudo pmset -a displaysleep 15
|
|
sudo pmset -c sleep 0
|
|
sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool true
|