Created
February 13, 2016 01:35
-
-
Save sergiolopes/50bdfb25120ba8ead537 to your computer and use it in GitHub Desktop.
OSX configs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false | |
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false | |
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true | |
defaults write com.apple.universalaccess reduceTransparency -bool true | |
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false | |
defaults write com.apple.finder ShowStatusBar -bool true | |
defaults write com.apple.Finder AppleShowAllFiles -bool true | |
defaults write NSGlobalDomain AppleShowAllExtensions -bool true | |
defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true | |
hash tmutil &> /dev/null && sudo tmutil disablelocal | |
defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true | |
defaults write com.apple.finder QuitMenuItem -bool true | |
defaults write com.apple.finder WarnOnEmptyTrash -bool false | |
chflags nohidden ~/Library | |
defaults write com.apple.dashboard mcx-disabled -bool true | |
# Disable Notification Center and remove the menu bar icon | |
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist 2> /dev/null | |
sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app" "/Applications/Simulator.app" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment