All programs should tell you where they store config files

wet_lettuce@beehaw.org to Technology@beehaw.org – 757 points –
utcc.utoronto.ca

I wholeheartedly agree with this blog post. I believe someone on here yesterday was asking about config file locations and setting them manually. This is in the same vein. I can't tell you how many times a command line method for discovering the location of a config file would have saved me 30 minutes of googling.

99

You are viewing a single comment

I mean, that's sort of what xdg is intended to accomplish, with making $HOME/.config be the place, but it's kind of up to the individual software developers to comply. (Yes, I know, this doesn't really apply to Windows/Mac OS) But yeah, it would really be nice if configs/config locations were even remotely standardized.

There's also $HOME/.local/share for 'static data files' as part of XDG.

which is not config files. ~/.local is just user specific override for /usr