Skip to content

Instantly share code, notes, and snippets.

@hongchaodeng
Last active August 29, 2015 14:03
Show Gist options
  • Save hongchaodeng/1dc428534b9d5115a372 to your computer and use it in GitHub Desktop.
Save hongchaodeng/1dc428534b9d5115a372 to your computer and use it in GitHub Desktop.
osx speed up

remove everything under

rm -rf /Library/Preferences/SystemConfiguration

chrome:

settings > show advanced settings > content settings > Plug-ins > Click to play

It also speeds up the network of browsing.

Animation:

$ defaults write com.apple.dock expose-animation-duration -float 0.15
$ killall Dock

reset default

defaults delete com.apple.dock expose-animation-duration; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment