From d4776cb59c43ad50ec3be354b7e67d1b4465d359 Mon Sep 17 00:00:00 2001 From: pan Date: Thu, 12 Feb 2026 20:43:14 +0100 Subject: [PATCH] Upload Konfig Variablen file --- vars/config_files.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vars/config_files.yaml diff --git a/vars/config_files.yaml b/vars/config_files.yaml new file mode 100644 index 0000000..5d8e61b --- /dev/null +++ b/vars/config_files.yaml @@ -0,0 +1,11 @@ +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