From ad5656263768051ae6fcf80b45f0e30643dc109d Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:10:07 +0300 Subject: [PATCH] Update install.sh --- install.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e698f8b..d74edc4 100644 --- a/install.sh +++ b/install.sh @@ -54,7 +54,15 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then cd ~/Arch_Hyprland_dots/ - sudo cp -ri .config/ /home/$USER/ + echo -e "${GREEN}Do you want to overwrite if you have the docs? (y/n)${NC}" + read -r answer + + if [[ "$answer" == "y" || "$answer" == "Y" ]]; then + sudo cp -rf .config/ /home/$USER/ + + else + sudo cp -ri .config/ /home/$USER/ + fi hyprctl reload sudo cp -ri themes_bg/modest-dark/ /usr/share/icons/