mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 16:39:00 +00:00
doc refactor
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
# Config details
|
|
||||||
|
|
||||||
## Entry actions
|
## Entry actions
|
||||||
|
|
||||||
**Note**: any action with a key starting with an underscore (`_`) won't be shown in output.
|
**Note**: any action with a key starting with an underscore (`_`) won't be shown in output.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
## Format
|
## Syntax
|
||||||
|
|
||||||
Dotdrop config file uses [yaml](https://yaml.org/) syntax.
|
Dotdrop config file uses [yaml](https://yaml.org/) syntax.
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
# Config
|
## Location
|
||||||
|
|
||||||
The config file used by dotdrop is
|
The config file used by dotdrop is
|
||||||
[config.yaml](https://github.com/deadc0de6/dotdrop/blob/master/config.yaml).
|
[config.yaml](https://github.com/deadc0de6/dotdrop/blob/master/config.yaml).
|
||||||
|
|
||||||
## Location
|
Unless specified dotdrop will look in following places for its config file
|
||||||
|
|
||||||
Unless specified dotdrop will look in following places for the config file (`config.yaml`)
|
|
||||||
and use the first one found
|
and use the first one found
|
||||||
|
|
||||||
* current/working directory or the directory where [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh) is located if used
|
* current/working directory or the directory where [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh) is located if used
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
# HowTo
|
|
||||||
|
|
||||||
## Append text to a dotfile on install
|
## Append text to a dotfile on install
|
||||||
|
|
||||||
[Append text to a dotfile on install](append.md)
|
[Append text to a dotfile on install](append.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user