summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-11-15 16:10:38 +0100
committerAnton Khirnov <anton@khirnov.net>2020-11-15 16:10:38 +0100
commit5ffd208bdb85215cc7c5ba6f2903bfa7756aa945 (patch)
treefa69200055ef39908a9604747fb0608fe2e4357f /README.md
parentd102d77393279a0ca1ce4aaf307e4151d54142ca (diff)
plugins/link: drop the glob option
It is too complex.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index cfb7e56..bb799e0 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,6 @@ mapped to extended configuration dictionaries.
| `force` | Force removes the old target, file or folder, and forces a new link (default: false) |
| `relative` | Use a relative path to the source when creating the symlink (default: false, absolute links) |
| `canonicalize-path` | Resolve any symbolic links encountered in the source to symlink to the canonical path (default: true, real paths) |
-| `glob` | Treat a `*` character as a wildcard, and perform link operations on all of those matches (default: false) |
| `if` | Execute this in your `$SHELL` and only link if it is successful. |
| `ignore-missing` | Do not fail if the source is missing and create the link anyway (default: false) |
@@ -213,7 +212,6 @@ Explicit sources:
force: true
path: zshrc
~/.config/:
- glob: true
path: config/*
relink: true
```
@@ -229,7 +227,6 @@ Implicit sources:
~/.zshrc:
force: true
~/.config/:
- glob: true
path: config/*
relink: true
```