Skip to content

Instantly share code, notes, and snippets.

@matija
Created April 9, 2018 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matija/7e64146a73e76570931ad97c3319381c to your computer and use it in GitHub Desktop.
Save matija/7e64146a73e76570931ad97c3319381c to your computer and use it in GitHub Desktop.
reset-icon-cache.txt
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