From 11458653d356642cd6d89accefe0bb4027175cc1 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 3 Aug 2024 18:56:57 +0200 Subject: feat(common/init): Support template specific drop-in scripts --- common/init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/init b/common/init index 5dcc67b..bcfc0fc 100644 --- a/common/init +++ b/common/init @@ -124,6 +124,9 @@ If not, see <$LICENSE_URL>. EOF fi +# Allow templates to add template specific prompts +[ -e init.local ] && . ./init.local + echo "$DESCRIPTION" >.git/description while read -r var; do -- cgit 1.4.1