-
-
Save blech/5007660 to your computer and use it in GitHub Desktop.
New machine defaults.write commands.
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 FixedWidthFontSmoothingThreshold 9 | |
defaults write com.barebones.bbedit FixedWidthFontSmoothingThreshold -int 9 | |
defaults write -g NSDisableAutomaticTermination -bool yes | |
defaults write -g NSScrollAnimationEnabled -bool NO | |
defaults write com.apple.dock no-glass -boolean YES | |
defaults write com.apple.dock showhidden -bool true | |
defaults write com.apple.dashboard mcx-disabled -boolean YES | |
defaults write -g NSDisableAutomaticTermination -bool yes | |
killall Dock | |
sudo pmset -c halfdim 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment