devdeck
devdeck copied to clipboard
use XDG for config path resolution
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