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

improve documentation

This commit is contained in:
deadc0de6
2022-06-05 09:19:16 +02:00
committed by deadc0de
parent 3a63941582
commit b8d47144c5
4 changed files with 26 additions and 22 deletions

View File

@@ -115,15 +115,7 @@ On `update`, the following rule is applied:
## Symlinking dotfiles
Dotdrop is able to install dotfiles in three different ways,
which are controlled by the `link` config attribute of each dotfile:
* `link: nolink`: The dotfile (file or directory) is copied to its destination
* `link: absolute`: The dotfile (file or directory) is linked to its destination using an absolute symlink
* `link: relative`: The dotfile (file or directory) is linked to its destination using a relative symlink
* `link: link_children`: The files/directories found under the dotfile (directory) are symlinked to their destination
For more, see [this how-to](howto/symlink-dotfiles.md).
see the [symlink dotfiles documentation](howto/symlink-dotfiles.md).
## Template config entries