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?"