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
glob: true
path: .ssh/*
.git/hooks/:
.git/hooks:
create: true
glob: true
path: meta/git/hooks/*
relative: true
path: ../meta/git/hooks
.envrc:
path: meta/envrc