defaults write com.apple.frameworks.diskimages skip-verify true
defaults write com.apple.finder CreateDesktop false; killall Finder
touch ~/.hushlogin
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
defaults write -g QLPanelAnimationDuration -float 0
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
defaults write com.apple.finder DisableAllAnimations -bool true
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
Stop Finder from writing .DS_Store files on network volumes
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
Disable character substitution for dashes (i.e: -- replaced by —) even when character substitution is enabled
defaults write -g NSAutomaticDashSubstitutionEnabled 0
Disable the horrible character chooser popup, and get proper key repeat
defaults write -g ApplePressAndHoldEnabled -bool false
Show user Library
chflags nohidden ~/Library
Make Help use a regular window
defaults write com.apple.helpviewer DevMode -bool true
Disable Dashboard
defaults write com.apple.dashboard mcx-disabled -bool true