Skip to content

Instantly share code, notes, and snippets.

@chuntangwang
Forked from fabiofl/gist:5873100
Created December 29, 2017 10:31
Show Gist options
  • Save chuntangwang/3b3fc3b3fecd373b0568e1ede0b5cbb4 to your computer and use it in GitHub Desktop.
Save chuntangwang/3b3fc3b3fecd373b0568e1ede0b5cbb4 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