Skip to content

Instantly share code, notes, and snippets.

@dferg
Forked from fabiofl/gist:5873100
Last active July 12, 2017 22:06
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 dferg/2f15dc1a74afe68bfc0fd6b3afb8890a to your computer and use it in GitHub Desktop.
Save dferg/2f15dc1a74afe68bfc0fd6b3afb8890a 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 {} \;
sudo killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment