From 8929465f361c5f193ca180373d0e63d190633902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Thu, 30 Oct 2025 22:50:29 -0300 Subject: [PATCH] :wrench: chore(install): add warning of config overwrite closes #18, sorry if this caused issues to you --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 82fa9d2..1b2626a 100755 --- a/install.sh +++ b/install.sh @@ -46,6 +46,7 @@ echo "Welcome to the colorshell installation script!" # Warn user of possible issues Send_log warn "!! By running this script, you assume total responsability for any issues that may occur with your filesystem" +Send_log warn "Your current Hyprland and kitty configuration will be overwritten, please do a backup if you still want them" [[ -z "$skip_prompts" ]] && \ Ask "Do you want to start the shell installation?"