meta:install: Link hidden files in .config as well

The globbing does not match hidden files without specifying the dot at
the beginning.
This commit is contained in:
2022-03-31 03:12:09 +02:00
parent 82a4dc8e19
commit 4716b1cab3

View File

@@ -54,6 +54,9 @@
create: true
glob: true
path: .config/*
~/.config/:
glob: true
path: .config/.*
~/.local/bin/:
create: true
glob: true