Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diffficult/ac00c706dda17f114a1f243af4667700 to your computer and use it in GitHub Desktop.
Save diffficult/ac00c706dda17f114a1f243af4667700 to your computer and use it in GitHub Desktop.
Clear Mac OS X's icon cache.
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment