From 26275e72bb4eea68abcc259e7089b602496377bd Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 20 Jun 2025 10:07:40 +0200 Subject: [PATCH] wip --- quickshell.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/quickshell.sh b/quickshell.sh index c142a8c..7a8fd6b 100644 --- a/quickshell.sh +++ b/quickshell.sh @@ -116,9 +116,12 @@ } clone-quickshell() { - local err out + local err out repo local dir="$HOME/.config/quickshell" + # repo="https://github.com/caelestia-dots/shell.git" + repo="https://git.k4li.de/dotfiles/quickshell.git" + if [ -d "$dir" ]; then pen bold red "There is already a configuration at $dir" if confirm bold blue "Do you want to delete it?"