From 5a01ed80c476c933dccd22a40deb0b1c8930b249 Mon Sep 17 00:00:00 2001 From: PAN Date: Thu, 11 Sep 2025 09:21:43 +0200 Subject: [PATCH] =?UTF-8?q?pfade=20f=C3=BCr=20Config=20Files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vars/user_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vars/user_config.yaml diff --git a/vars/user_config.yaml b/vars/user_config.yaml new file mode 100644 index 0000000..6a8d9bb --- /dev/null +++ b/vars/user_config.yaml @@ -0,0 +1,6 @@ +# Pfad für Programm Konfigurationsdateien. + +# Alacritty +alacritty_conf: ../Projekt_PC/Konfigs/alacritty.toml +# Bashrc +bashrc_conf: ../Projekt_PC/Konfigs/.bashrc \ No newline at end of file