Skip to content

Instantly share code, notes, and snippets.

@reatlat
Forked from fabiofl/gist:5873100
Created December 8, 2017 02:21
Show Gist options
  • Save reatlat/d7d0b8b9754c0b74669b2c058771530d to your computer and use it in GitHub Desktop.
Save reatlat/d7d0b8b9754c0b74669b2c058771530d 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