atc0005 / todo

A collection of TODO items not specific to any one project
MIT License
0 stars 0 forks source link

Review config file locations logic, update to support "XDG Base Directory Specification" #48

Open atc0005 opened 1 year ago

atc0005 commented 1 year ago

https://0x46.net/thoughts/2019/02/01/dotfile-madness/

Tooling that I maintain doesn't currently support saving config files, but directions likely refer the user to creating/placing files in specific paths within their home directory.

Additionally, I'll need to make sure that the apps which support config files support using values referenced by the spec. I may have (ironically) already added support for some of the paths while observing how similar applications behaved.