Skip to content

Instantly share code, notes, and snippets.

@rob-murray
Created October 31, 2018 21:05

Revisions

  1. rob-murray created this gist Oct 31, 2018.
    1 change: 1 addition & 0 deletions fix macos default icons
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    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; killall Dock; killall Finder