Comment Re:~/.mozilla is convenient (Score 4, Interesting) 35
It's really easy to backup/put in version control/rsync/stow/chezomoi etc ~/.config and then you get the benefits for all the XDG-compliant software you use, instead of just one non-compliant piece.
And you can still do what you did before by inserting "~/.config" into your previous commands.
I'm a Mac user and I've switched to XDG paths where possible, coupled with chezmoi and Ansible to get the same setup on my primary Mac and secondary Linux VMs/SBCs. Way easier than searching around the disk for each piece of software's configuration. This is less spread out all over the place than before.