From aeb9c07d721c986c2f4725be895be3fcbac2592e Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Mon, 13 Jul 2026 13:12:01 +0200 Subject: [PATCH] feat: Manage symlinks for bash config --- .chezmoiexternal.yaml.tmpl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.chezmoiexternal.yaml.tmpl b/.chezmoiexternal.yaml.tmpl index 19ec344..143f240 100644 --- a/.chezmoiexternal.yaml.tmpl +++ b/.chezmoiexternal.yaml.tmpl @@ -1,9 +1,32 @@ --- +##### [ BASH ] ##### + ".config/bash": type: git-repo url: https://gitea.cloud.logerais.com/xavier/config-bash.git refreshPeriod: 24h # Vérifie toutes les 24h + +".bash_profile": + type: symlink + target: .config/bash/.bash_profile + +".bashrc": + type: symlink + target: .config/bash/.bashrc + +".inputrc": + type: symlink + target: .config/bash/.inputrc + +".bash_logout": + type: symlink + target: .config/bash/.bash_logout + +##### [ NVIM ] ##### + ".config/nvim": type: git-repo url: https://gitea.cloud.logerais.com/xavier/config-astronvim.git refreshPeriod: 24h # Vérifie toutes les 24h + +