diff --git a/vars/user_config.yaml b/vars/user_config.yaml index 9527fae..41b3b8e 100644 --- a/vars/user_config.yaml +++ b/vars/user_config.yaml @@ -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 \ No newline at end of file +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}}/ \ No newline at end of file