meta:install: Don't link .config/.*
This makes problems since I added it and I don't even have files with paths like these.
This commit is contained in:
@@ -58,10 +58,6 @@
|
|||||||
~/.config/:
|
~/.config/:
|
||||||
glob: true
|
glob: true
|
||||||
path: .config/*
|
path: .config/*
|
||||||
~/.config/:
|
|
||||||
glob: true
|
|
||||||
ignore-missing: true
|
|
||||||
path: .config/.*
|
|
||||||
~/.local/bin/:
|
~/.local/bin/:
|
||||||
glob: true
|
glob: true
|
||||||
exclude: [ .local/bin/fzf-repo ]
|
exclude: [ .local/bin/fzf-repo ]
|
||||||
|
|||||||
Reference in New Issue
Block a user