Skip to content

Instantly share code, notes, and snippets.

@cbrunnkvist
Created June 4, 2017 14:45
Show Gist options
  • Save cbrunnkvist/f59e5791ca8faf1393e57f75ac2d325b to your computer and use it in GitHub Desktop.
Save cbrunnkvist/f59e5791ca8faf1393e57f75ac2d325b to your computer and use it in GitHub Desktop.
Quickfix for broken/missing icons in MacOS Dock
# sudo will probably prompt = you won't be able to just cut-n-paste into a terminal
# ... but I didn't have to spell that out for ya', right? ;-)
sudo ( find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \;
sudo find /private/var/folders -name com.apple.iconservices -exec rm -rf {} \;
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment