Skip to content

Instantly share code, notes, and snippets.

View codepotato's full-sized avatar
👨‍💻
php artisan enable:beast-mode

Gareth Thompson codepotato

👨‍💻
php artisan enable:beast-mode
View GitHub Profile
@codepotato
codepotato / mac-clear-icon-cache.sh
Created April 4, 2019 07:20 — forked from ismyrnow/mac-clear-icon-cache.sh
Clear the icon cache on a Mac when you start seeing generic icons in Finder or the Dock
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;sudo touch /Applications/* ; killall Dock; killall Finder