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.
This commit is contained in:
2022-03-31 03:23:15 +02:00
parent 33faf7f25e
commit 1497fe3ed4

View File

@@ -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