Skip to content

Instantly share code, notes, and snippets.

@tattali
Created December 19, 2017 11:58
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 tattali/c29c943d3177cfc7f3fb16ab297fa95a to your computer and use it in GitHub Desktop.
Save tattali/c29c943d3177cfc7f3fb16ab297fa95a to your computer and use it in GitHub Desktop.

Mac OS X

Icons trouble

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;sudo touch /Applications/* ; killall Dock; killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment