From 11a765543fe0cc51d0c084262635324aa47737c6 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 18 Mar 2025 17:44:24 +0100 Subject: [PATCH] fix setup script --- setup.sh | 2 +- setupLaptop.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index dc63e1f..5a92344 100755 --- a/setup.sh +++ b/setup.sh @@ -8,7 +8,7 @@ cp -r ./general/configs/VSCodium/* ~/.config/VSCodium/ cp -r ./pc/configs/hypr ~/.config/ cp -r ./pc/configs/waybar ~/.config/ cp -r ./general/configs/* ~/.config/ -cp ./pc/configs/rofi/config.rasi ~/config/rofi/ +cp ./pc/configs/rofi/config.rasi ~/.config/rofi/ # Copy hyprland general config cp -r ./general/hyprland ~/.config/hypr/ diff --git a/setupLaptop.sh b/setupLaptop.sh index 3cfbcd3..55a9270 100755 --- a/setupLaptop.sh +++ b/setupLaptop.sh @@ -8,7 +8,7 @@ cp -r ./general/configs/VSCodium/* ~/.config/VSCodium/ cp -r ./laptop/configs/hypr ~/.config/ cp -r ./laptop/configs/waybar ~/.config/ cp -r ./general/configs/* ~/.config/ -cp ./laptop/configs/rofi/config.rasi ~/config/rofi/ +cp ./laptop/configs/rofi/config.rasi ~/.config/rofi/ # Copy hyprland general config cp -r ./general/hyprland ~/.config/hypr/