From 1497fe3ed4710bb297d72d880143ff0eea0a9183 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 31 Mar 2022 03:23:15 +0200 Subject: [PATCH] meta:install: Link all files in .ssh/ Link all files on installation, even though currently there is only the one config file. This way potential new files in `.ssh/` do not have to be tracked manually. --- meta/install.conf.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/install.conf.yaml b/meta/install.conf.yaml index 184e36e..1bda354 100644 --- a/meta/install.conf.yaml +++ b/meta/install.conf.yaml @@ -74,9 +74,10 @@ ~/.local/share/gnupg/gpg-agent.conf: create: true path: .local/share/gnupg/gpg-agent.conf - ~/.ssh/config: + ~/.ssh/: create: true - path: .ssh/config + glob: true + path: .ssh/* .git/hooks/: create: true glob: true