This commit is contained in:
Stephan Raabe 2023-08-13 11:50:13 +02:00
parent 699ccf1461
commit d53909a0c3

View File

@ -193,10 +193,6 @@ while true; do
read -p "Do you want to install/replace the Qtile configuration? (Yy/Nn): " yn read -p "Do you want to install/replace the Qtile configuration? (Yy/Nn): " yn
case $yn in case $yn in
[Yy]* ) [Yy]* )
if [ -d ~/.config/qtile/ ]; then
rm -r ~/.config/qtile/
echo "qtile directory removed"
fi
_installSymLink ~/.config/qtile ~/dotfiles/qtile/ ~/.config _installSymLink ~/.config/qtile ~/dotfiles/qtile/ ~/.config
break;; break;;
[Nn]* ) [Nn]* )