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:
|
~/.local/share/gnupg/gpg-agent.conf:
|
||||||
create: true
|
create: true
|
||||||
path: .local/share/gnupg/gpg-agent.conf
|
path: .local/share/gnupg/gpg-agent.conf
|
||||||
~/.ssh/config:
|
~/.ssh/:
|
||||||
create: true
|
create: true
|
||||||
path: .ssh/config
|
glob: true
|
||||||
|
path: .ssh/*
|
||||||
.git/hooks/:
|
.git/hooks/:
|
||||||
create: true
|
create: true
|
||||||
glob: true
|
glob: true
|
||||||
|
|||||||
Reference in New Issue
Block a user