Skip to content

Instantly share code, notes, and snippets.

@raine
Created December 24, 2013 21:31
Show Gist options
  • Select an option

  • Save raine/8117972 to your computer and use it in GitHub Desktop.

Select an option

Save raine/8117972 to your computer and use it in GitHub Desktop.
Fix missing Dock icons on Mac OS X
find /var/folders -name com.apple.dock.iconcache -exec rm {} \; 2>/dev/null; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment