From 458b6a0bf18915adb478f7ee2cd2a545bcc849b2 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 14 Nov 2020 13:12:40 +0100 Subject: [PATCH] update doc --- docs/config.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index a5f0c94..3a742a6 100644 --- a/docs/config.md +++ b/docs/config.md @@ -74,13 +74,14 @@ On `import` the following rules are applied: On `install` the following rules are applied: -* if `chmod` is specified, it will be applied to the installed dotfile +* if `chmod` is specified in the dotfile, it will be applied to the installed dotfile * if file exists and its permissions differ from `umask` and no `chmod` is specified user needs to confirm installation (unless `-f --force` is used or the permission match the dotfile in the `dotpath`) On `update`: -* **TODO** +* no `chmod` entry is added/updated in the config however the rights are mirrored from the filesystem to the + file in `dotpath` ## Symlink dotfiles