From 2bf5b8ad924747a41bc9b9bf17f7a41e64f6715c Mon Sep 17 00:00:00 2001 From: pan Date: Thu, 12 Feb 2026 21:04:02 +0100 Subject: [PATCH] =?UTF-8?q?Strucktur=20=C3=A4nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vars/user_config.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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