diff --git a/.chezmoiexternal.yaml.tmpl b/.chezmoiexternal.yaml.tmpl index 143f240..aebd662 100644 --- a/.chezmoiexternal.yaml.tmpl +++ b/.chezmoiexternal.yaml.tmpl @@ -6,22 +6,6 @@ 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": diff --git a/symlink_dot_bash_logout.yaml.tmpl b/symlink_dot_bash_logout.yaml.tmpl new file mode 100644 index 0000000..3adc4b6 --- /dev/null +++ b/symlink_dot_bash_logout.yaml.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.homeDir }}/.config/bash/.bash_logout diff --git a/symlink_dot_bash_profile.tmpl b/symlink_dot_bash_profile.tmpl new file mode 100644 index 0000000..018fb10 --- /dev/null +++ b/symlink_dot_bash_profile.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.homeDir }}/.config/bash/.bash_profile diff --git a/symlink_dot_bashrc.tmpl b/symlink_dot_bashrc.tmpl new file mode 100644 index 0000000..690817a --- /dev/null +++ b/symlink_dot_bashrc.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.homeDir }}/.config/bash/.bashrc diff --git a/symlink_dot_inputrc.tmpl b/symlink_dot_inputrc.tmpl new file mode 100644 index 0000000..319813c --- /dev/null +++ b/symlink_dot_inputrc.tmpl @@ -0,0 +1 @@ +symlink_dot_inputrc.tmpl