Skip to content

Instantly share code, notes, and snippets.

@weblogix
Last active January 3, 2019 04:53
Show Gist options
  • Save weblogix/29f9b775b5536056007cb181c5f7f5cc to your computer and use it in GitHub Desktop.
Save weblogix/29f9b775b5536056007cb181c5f7f5cc to your computer and use it in GitHub Desktop.
Clear MacOS icon cache #mac #icon #cache

sudo rm -rfv /Library/Caches/com.apple.iconservices.store; sudo find /private/var/folders/ \( -name com.apple.dock.iconcache -or -name com.apple.iconservices \) -exec rm -rfv {} \; ; sleep 3; killall Dock; killall Finder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment