Skip to content

Instantly share code, notes, and snippets.

@chalasr
Last active December 28, 2015 21:49
Show Gist options
  • Select an option

  • Save chalasr/be1553f14158569277ca to your computer and use it in GitHub Desktop.

Select an option

Save chalasr/be1553f14158569277ca to your computer and use it in GitHub Desktop.
Clear icons cache on OSX

$ 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