Skip to content

Instantly share code, notes, and snippets.

@dreampiggy
Forked from fabiofl/gist:5873100
Last active May 11, 2016 10:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreampiggy/bfb42393395e57a1117e to your computer and use it in GitHub Desktop.
Save dreampiggy/bfb42393395e57a1117e 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 find /private/var/folders/ \
-name com.apple.iconservices -exec rm -rf {} \;
sudo rm -rf /Library/Caches/com.apple.iconservices.store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment