Skip to content

Instantly share code, notes, and snippets.

@ginward
Forked from fabiofl/gist:5873100
Created November 12, 2017 15:56
Show Gist options
  • Save ginward/c661e5532cb7bf6986b45676725e38e0 to your computer and use it in GitHub Desktop.
Save ginward/c661e5532cb7bf6986b45676725e38e0 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