Skip to content

Instantly share code, notes, and snippets.

@techird
Forked from fabiofl/gist:5873100
Created November 9, 2017 06:50
Show Gist options
  • Save techird/54888fde59d90f87394c339449a452db to your computer and use it in GitHub Desktop.
Save techird/54888fde59d90f87394c339449a452db 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