patrick-motard / dot

A Golang CLI for my dotfiles DE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move settings file to xdg_config_home

patrick-motard opened this issue · comments

config files for linux apps should go in standard location ~/.config/{app_name}. Right now current_settings.toml is in the projects directory and checked into source control which will cause issues for users. There should be an example settings file in the project, and the project should look to ~/.config/dot/ for config.toml.

I would commands for:

  • intializing ~/.config/dot/config from ~/project_dir/config.example