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:
@@ -54,6 +54,9 @@
|
||||
create: true
|
||||
glob: true
|
||||
path: .config/*
|
||||
~/.config/:
|
||||
glob: true
|
||||
path: .config/.*
|
||||
~/.local/bin/:
|
||||
create: true
|
||||
glob: true
|
||||
|
||||
Reference in New Issue
Block a user