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

doc refactor

This commit is contained in:
deadc0de6
2020-09-14 21:13:14 +02:00
parent e8eefca256
commit c4daad4fa5
4 changed files with 4 additions and 10 deletions

View File

@@ -1,5 +1,3 @@
# Config details
## Entry actions
**Note**: any action with a key starting with an underscore (`_`) won't be shown in output.

View File

@@ -1,4 +1,4 @@
## Format
## Syntax
Dotdrop config file uses [yaml](https://yaml.org/) syntax.

View File

@@ -1,11 +1,9 @@
# Config
## Location
The config file used by dotdrop is
[config.yaml](https://github.com/deadc0de6/dotdrop/blob/master/config.yaml).
## Location
Unless specified dotdrop will look in following places for the config file (`config.yaml`)
Unless specified dotdrop will look in following places for its config file
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

View File

@@ -1,5 +1,3 @@
# HowTo
## Append text to a dotfile on install
[Append text to a dotfile on install](append.md)
@@ -42,4 +40,4 @@
## Symlink dotfiles
[Symlink dotfiles](symlink-dotfiles.md)
[Symlink dotfiles](symlink-dotfiles.md)