Skip to content

Instantly share code, notes, and snippets.

@alexanza
Forked from fabiofl/gist:5873100
Created November 30, 2016 08:40
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 alexanza/94a6c586465d3b60495e470035af0214 to your computer and use it in GitHub Desktop.
Save alexanza/94a6c586465d3b60495e470035af0214 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