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