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