terminal: Move bash and zsh into config directory

With the power of dotter for dotfile management we can move the files we
want to link anywhere in our repository.

So finally we're making use of it to keep the bash config files in the
`terminal/.config/bash` directory, as well as removing the leading dot
from both the zsh configuration files.
This commit is contained in:
Marty Oehme 2025-10-13 09:25:05 +02:00
parent fa7e740249
commit acc2496bd6
Signed by: Marty
GPG key ID: 4E535BC19C61886E
6 changed files with 5 additions and 0 deletions

View file

@ -40,6 +40,11 @@ ssh = "~"
[terminal.files]
"terminal/.config/vifm" = "~/.config/vifm"
"terminal/.config/bash/bashrc" = "~/.bashrc"
"terminal/.config/bash/bash_profile" = "~/.bash_profile"
"terminal/.config/zsh/zshrc" = "~/.config/zsh/.zshrc"
"terminal/.config/zsh/zprofile" = "~/.config/zsh/.zprofile"
"terminal/.config/zsh/zshenv" = "~/.config/zsh/.zshenv"
terminal = "~"
[linux]