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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user