Home Cleanup on Arch
The advantage of a rolling release is the lack of re-installation, the disadvantage is the build up of old and duplicate files.
You can check your .config and .local directories for old application directories but chasing down duplicate files is always hard.
I have found rmlint fills this void, it is simple and easy to use and yet incredibly powerful.
It is in the AUR and installed with
sudo pacman -S rmlint
To run it, without making changes you point it at your home directory.
rmlint /home/simon/
sh -c rmlint.sh
Initially I thought some of the actions were wrong but on inspection is showed where I had misnamed something or used a picture twice with different names.
It is very simple to use but if this seems too much there is a GUI add-on called shredder but I found it much easier reading in my text editor and do not need the GUI.
Posted
11:17 06-07-2021