fix: Fix management of symlinks for bash config

This commit is contained in:
2026-07-13 13:26:05 +02:00
parent aeb9c07d72
commit 3bc6c390c4
5 changed files with 4 additions and 16 deletions
-16
View File
@@ -6,22 +6,6 @@
url: https://gitea.cloud.logerais.com/xavier/config-bash.git url: https://gitea.cloud.logerais.com/xavier/config-bash.git
refreshPeriod: 24h # Vérifie toutes les 24h 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 ] ##### ##### [ NVIM ] #####
".config/nvim": ".config/nvim":
+1
View File
@@ -0,0 +1 @@
{{ .chezmoi.homeDir }}/.config/bash/.bash_logout
+1
View File
@@ -0,0 +1 @@
{{ .chezmoi.homeDir }}/.config/bash/.bash_profile
+1
View File
@@ -0,0 +1 @@
{{ .chezmoi.homeDir }}/.config/bash/.bashrc
+1
View File
@@ -0,0 +1 @@
symlink_dot_inputrc.tmpl