bootdotdev / bootdev

A CLI used to complete coding challenges and lessons on Boot.dev
https://www.boot.dev
MIT License
374 stars 15 forks source link

Feature Request - Use XDG for config file location #31

Closed HacDan closed 2 months ago

HacDan commented 2 months ago

While cleaning up my dotfiles I noticed that the bootdotdev cli tool saves it's config to the root of my home director.

While obviously not the end of the world, it would be cool if this tool could follow the XDG convention and store it within .config/ instead.

Just a suggestion. Great tool either way!