Skip to content

Instantly share code, notes, and snippets.

@jaylyerly
Created January 10, 2017 13:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaylyerly/526039164035bed3a8a5cb7930c9900f to your computer and use it in GitHub Desktop.
Save jaylyerly/526039164035bed3a8a5cb7930c9900f to your computer and use it in GitHub Desktop.
#!/bin/sh
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