Created
December 24, 2013 21:31
-
-
Save raine/8117972 to your computer and use it in GitHub Desktop.
Fix missing Dock icons on Mac OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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