Updates
This commit is contained in:
parent
699ccf1461
commit
d53909a0c3
|
@ -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]* )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user