Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
  2. defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
  3. defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
  4. defaults write com.apple.universalaccess reduceTransparency -bool true
  5. defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
  6. defaults write com.apple.finder ShowStatusBar -bool true
  7. defaults write com.apple.Finder AppleShowAllFiles -bool true
  8. defaults write NSGlobalDomain AppleShowAllExtensions -bool true
  9. defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true
  10. hash tmutil &> /dev/null && sudo tmutil disablelocal
  11. defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true
  12. defaults write com.apple.finder QuitMenuItem -bool true
  13. defaults write com.apple.finder WarnOnEmptyTrash -bool false
  14. chflags nohidden ~/Library
  15. defaults write com.apple.dashboard mcx-disabled -bool true
  16.  
  17. # Disable Notification Center and remove the menu bar icon
  18. launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist 2> /dev/null
  19.  
  20. sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app" "/Applications/Simulator.app"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement