Skip to content

Instantly share code, notes, and snippets.

@singularitti
Last active July 9, 2018 02:13
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 singularitti/88f7662702138532e16ba27b1a9b5c1e to your computer and use it in GitHub Desktop.
Save singularitti/88f7662702138532e16ba27b1a9b5c1e to your computer and use it in GitHub Desktop.
Remove icon caches for macOS #macOS
#!/usr/bin/env bash
find /private/var/folders/ -name com.apple.dock.iconcache -exec trash {} \;
find /private/var/folders/ -name com.apple.iconservices -exec trash {} \;
trash /Library/Caches/com.apple.iconservices.store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment