Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zhanggang807/095c1a93a02f6c32bbdac34873bfea99 to your computer and use it in GitHub Desktop.
Save zhanggang807/095c1a93a02f6c32bbdac34873bfea99 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