From 48ca96f1f75a2770cdeced444477cc3073df77cb Mon Sep 17 00:00:00 2001 From: PAN Date: Tue, 23 Sep 2025 21:52:50 +0200 Subject: [PATCH] Pfad angepasst. --- vars/user_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vars/user_config.yaml b/vars/user_config.yaml index f6e1d29..c952639 100644 --- a/vars/user_config.yaml +++ b/vars/user_config.yaml @@ -1,8 +1,8 @@ # Pfad für Programm Konfigurationsdateien. # Alacritty -alacritty_conf: ../Projekt_PC/Konfigs/alacritty.toml +alacritty_conf: ./files/alacritty.toml # Bashrc -bashrc_conf: ../Projekt_PC/Konfigs/.bashrc +bashrc_conf: ./files/.bashrc # Codium .Repo File -codium_repo: ../Projekt_PC/Konfigs/vscodium.repo \ No newline at end of file +codium_repo: ./files/vscodium.repo \ No newline at end of file