From 9e7dd882ccd7e911c8229a74b11fa9b5bfc8b56b Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 10 Mar 2025 15:46:00 +0100 Subject: [PATCH] meta:install: Don't link .config/.* This makes problems since I added it and I don't even have files with paths like these. --- meta/install.conf.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta/install.conf.yaml b/meta/install.conf.yaml index a03668e..509cef9 100644 --- a/meta/install.conf.yaml +++ b/meta/install.conf.yaml @@ -58,10 +58,6 @@ ~/.config/: glob: true path: .config/* - ~/.config/: - glob: true - ignore-missing: true - path: .config/.* ~/.local/bin/: glob: true exclude: [ .local/bin/fzf-repo ]