meta:install.conf: Ignore missing hidden files

The install script is broken since 4716b1cab3 ("meta:install: Link
hidden files in .config as well"), as dotbot will complain that there is
no hidden file to glob in `.config`.

Add `ignore-missing` so that the installation runs through while still
supporting hidden files in the future.
This commit is contained in:
2022-07-12 21:17:05 +02:00
parent 66a9ccfcc7
commit 11c8345566

View File

@@ -71,6 +71,7 @@
path: .config/* path: .config/*
~/.config/: ~/.config/:
glob: true glob: true
ignore-missing: true
path: .config/.* path: .config/.*
~/.local/bin/: ~/.local/bin/:
create: true create: true