Skip to content

Instantly share code, notes, and snippets.

@blech
Forked from anonymous/gist:5007651
Last active December 14, 2015 01:39
Show Gist options
  • Save blech/5007660 to your computer and use it in GitHub Desktop.
Save blech/5007660 to your computer and use it in GitHub Desktop.
New machine defaults.write commands.
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