devdeck icon indicating copy to clipboard operation
devdeck copied to clipboard

use XDG for config path resolution

Open liljenstolpe opened this issue 3 years ago • 0 comments

Within the Linux community, leaving a lot of app specific .files for config in the $HOME is not current design pattern. The XDG system defines the config location for many os's. In linux, for example, it is .config/{appName}

It would be great if we could support that. I will have a PR to enable this up in the next few minutes.

Christopher

liljenstolpe avatar Mar 31 '22 17:03 liljenstolpe