mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 23:04:15 +00:00
improve documentation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user