meta:install.conf: Link entire .git/hooks folder

Instead of linking the globs of meta/git/hooks, create a link for the
entire folder. This way new hooks work automagically.
This commit is contained in:
2022-07-12 21:10:53 +02:00
parent b9ac80551c
commit 66a9ccfcc7

View File

@@ -93,9 +93,9 @@
create: true create: true
glob: true glob: true
path: .ssh/* path: .ssh/*
.git/hooks/: .git/hooks:
create: true create: true
glob: true relative: true
path: meta/git/hooks/* path: ../meta/git/hooks
.envrc: .envrc:
path: meta/envrc path: meta/envrc