Last active
August 29, 2015 14:09
-
-
Save fduch2k/a4426f3145fe49f85a45 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 -g ApplePressAndHoldEnabled -bool false | |
defaults write com.apple.Dock autohide-delay -float 0 | |
defaults write com.apple.dock autohide-time-modifier -float 0.5 | |
defaults write com.apple.LaunchServices LSQuarantine -bool NO | |
defaults write NSGlobalDomain KeyRepeat -int 0 | |
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false | |
defaults write com.apple.dock scroll-to-open -bool true | |
defaults -currentHost write -globalDomain AppleFontSmoothing -int 0 | |
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO | |
defaults write com.apple.frameworks.diskimages skip-verify TRUE | |
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true | |
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true | |
defaults write com.apple.LaunchServices LSQuarantine -bool false | |
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true | |
defaults write com.apple.notificationcenterui bannerTime 5 | |
killall Dock | |
killall Finder | |
sudo defaults write /System/Library/LaunchAgents/com.apple.coreservices.appleid.authentication ExitTimeOut -int 1 | |
sudo defaults write /System/Library/LaunchDaemons/com.apple.coreservices.appleevents ExitTimeOut -int 1 | |
sudo defaults write /System/Library/LaunchDaemons/com.apple.diskarbitrationd ExitTimeOut -int 1 | |
sudo defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ExitTimeOut -int 1 | |
sudo defaults write /System/Library/LaunchDaemons/com.apple.securityd ExitTimeOut -int 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment