mklement0 / fileicon

macOS CLI for managing custom icons for files and folders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set Finder Dock Icon

TirtharajPramanik opened this issue · comments

Add option to set Finder Dock Icon.

manually:

cd /System/Library/CoreServices/Dock.app/Contents/Resources
mv CUSTOM_ICON ./finder.png

possibility:

fileicon set Finder CUSTOM_ICON
fileicon rm Finder

Thanks for the suggestion, but the fundamental obstacle to implementing such a feature is that SIP (System Integrity Protection) would have to be disabled, right?