1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:14:45 +00:00

adding toml doc

This commit is contained in:
deadc0de6
2022-05-17 22:54:29 +02:00
committed by deadc0de
parent 290f915009
commit 84f7e49996

View File

@@ -280,4 +280,14 @@ To configure per dotfile:
dotfiles:
f_abc:
ignore_missing_in_dotdrop: true
```
```
## toml
Dotdrop should be able to handle `toml` config file however this
feature hasn't been extensively tested. A base [config.toml](/config.toml) is available to get started.
The script ([yaml-to-toml.py](/scripts/yaml-to-toml.py)) allows to convert a `yaml` dotdrop
config file to `toml`.
For more see issue [#343](https://github.com/deadc0de6/dotdrop/issues/343).