|
|
|
|
|
by asdff
84 days ago
|
|
If you are aware of this not hard to manage. Grep. rm -rf. Done. Usually its pretty tiny folders at least. Heavier stuff usually software makes a directory under Documents. Kinda nice in a few cases having it set up like this. For example I can delete the app but preserve my config. Drop the app right back again and no setup its turnkey and works. |
|
That's only system files, there are also dozens of other files in $HOME.
I guess you can do `find / -name 'docker'` and `grep -iR docker /` but that's a bit ridiculous.