deadc0de6 / dotdrop

Save your dotfiles once, deploy them everywhere
https://dotdrop.readthedocs.io
GNU General Public License v3.0
1.79k stars 105 forks source link

[feature] search config.toml for config file #356

Closed Weathercold closed 2 years ago

Weathercold commented 2 years ago

Currently, to use a toml config file, I need to either specify it on the command line or create a config.yaml that imports config.toml. Please add config.toml to the search path so that it can be used as the default config file.

deadc0de6 commented 2 years ago

Sure I'll add this to the next release. You could also potentially use the environment variable DOTDROP_CONFIG btw.

Weathercold commented 2 years ago

Thank you. I tested and it works.