-
-
Save dferg/2f15dc1a74afe68bfc0fd6b3afb8890a to your computer and use it in GitHub Desktop.
Clear Mac OS X's icon cache.
This file contains 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
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \; | |
sudo killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment