Skip to content

Instantly share code, notes, and snippets.

@dreampiggy
Forked from fabiofl/gist:5873100
Last active May 11, 2016 10:01
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