Strucktur änderung

This commit is contained in:
pan
2026-02-12 21:04:02 +01:00
parent 920ab7224b
commit 2bf5b8ad92

View File

@@ -1,12 +1,13 @@
# Pfad für Programm Konfigurationsdateien.
# Alacritty
alacritty_conf: ./files/alacritty.toml
# Bashrc
bashrc_conf: ./files/.bashrc
# Oh-my-Posh Thema
omp_themes: ./files/montys.omp.json
# Codium .Repo File
codium_repo: ./files/vscodium.repo
# Fastfetch Theme
fast_theme: ./files/fancy.jsonc
config_files:
- src: alacritty.toml
dest: /home/{{ user_name }}/.config/alacritty
- src: config.kdl
dest: /home/{{ user_name }}/.config/zellji
- src: fancy.jsonc
dest: /home/{{ user_name }}/.config/fastfetch
- src: montys.omp.json
dest: /home/{{ user_name }}/.config/oh-my-posh
- src: .bashrc
dest: /home/{{ user_name}}/