patrick-motard / dot

A Golang CLI for my dotfiles DE.
GNU General Public License v3.0
2 stars 1 forks source link

move settings file to xdg_config_home #7

Open patrick-motard opened 5 years ago

patrick-motard commented 5 years ago

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: