🔧 chore(install): add warning of config overwrite

closes #18, sorry if this caused issues to you
This commit is contained in:
João Dias
2025-10-30 22:50:29 -03:00
committed by GitHub
parent b41be582b4
commit 8929465f36
+1
View File
@@ -46,6 +46,7 @@ echo "Welcome to the colorshell installation script!"
# Warn user of possible issues # 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 "!! 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" ]] && \ [[ -z "$skip_prompts" ]] && \
Ask "Do you want to start the shell installation?" Ask "Do you want to start the shell installation?"