mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 19:20:12 +00:00
adding toml doc
This commit is contained in:
@@ -280,4 +280,14 @@ To configure per dotfile:
|
|||||||
dotfiles:
|
dotfiles:
|
||||||
f_abc:
|
f_abc:
|
||||||
ignore_missing_in_dotdrop: true
|
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).
|
||||||
Reference in New Issue
Block a user