From ca9629abf33434c28d69735d0917b726714f1517 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sat, 22 Aug 2026 15:49:43 +0200 Subject: [PATCH] feat(external): Manage submodules for bash config repo --- .chezmoiexternal.yaml.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.chezmoiexternal.yaml.tmpl b/.chezmoiexternal.yaml.tmpl index 6cb6dca..3e978f0 100644 --- a/.chezmoiexternal.yaml.tmpl +++ b/.chezmoiexternal.yaml.tmpl @@ -4,6 +4,12 @@ ".config/bash": type: git-repo url: https://gitea.cloud.logerais.com/xavier/config-bash.git + clone: + args: + - --recurse-submodules + pull: + args: + - --recurse-submodules refreshPeriod: 24h # Vérifie toutes les 24h ##### [ VIM ] #####