From ccc342603321f083433d5f099388d0f7e26ae311 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Mon, 13 Jul 2026 00:39:45 +0200 Subject: [PATCH] feat: Add management of external repos (bash, nvim) --- .chezmoiexternal.yaml.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .chezmoiexternal.yaml.tmpl diff --git a/.chezmoiexternal.yaml.tmpl b/.chezmoiexternal.yaml.tmpl new file mode 100644 index 0000000..08936ca --- /dev/null +++ b/.chezmoiexternal.yaml.tmpl @@ -0,0 +1,9 @@ +--- +".config/bash": + type: git-repo + url: https://gitea.cloud.logerais.com/xavier/config-bash.git + refreshPeriod: 24h # Vérifie toutes les 24h +".config/nvim": + type: git-repo + url: https://gitea.cloud.logerais.com/xavier/config-nvim.git + refreshPeriod: 24h # Vérifie toutes les 24h