mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 01:34:42 +00:00
update doc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Config entry
|
||||
# Config block
|
||||
|
||||
The **config** entry (mandatory) contains global settings.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Dotfiles entry
|
||||
# Dotfiles block
|
||||
|
||||
The **dotfiles** entry (mandatory) contains a YAML object with sub-objects for the dotfiles managed by dotdrop. The entries in the sub-objects are as follows:
|
||||
|
||||
|
||||
@@ -295,7 +295,7 @@ dotfiles:
|
||||
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
|
||||
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).
|
||||
@@ -1,11 +1,11 @@
|
||||
# Installation
|
||||
|
||||
* PyPI: https://pypi.org/project/dotdrop/
|
||||
* Homebrew: https://formulae.brew.sh/formula/dotdrop
|
||||
* AUR (stable): https://aur.archlinux.org/packages/dotdrop/
|
||||
* AUR (git version): https://aur.archlinux.org/packages/dotdrop-git/
|
||||
* Snapcraft: https://snapcraft.io/dotdrop
|
||||
* pacstall: https://github.com/pacstall/pacstall-programs/blob/master/packages/dotdrop/dotdrop.pacscript
|
||||
* [PyPI](https://pypi.org/project/dotdrop/)
|
||||
* [Homebrew](https://formulae.brew.sh/formula/dotdrop)
|
||||
* [AUR (stable)](https://aur.archlinux.org/packages/dotdrop/)
|
||||
* [AUR (git version)](https://aur.archlinux.org/packages/dotdrop-git/)
|
||||
* [Snapcraft](https://snapcraft.io/dotdrop)
|
||||
* [Pacstall](https://github.com/pacstall/pacstall-programs/blob/master/packages/dotdrop/dotdrop.pacscript)
|
||||
|
||||
## As a submodule
|
||||
|
||||
|
||||
Reference in New Issue
Block a user