This commit is contained in:
stephan.raabe
2023-02-18 16:33:27 +01:00
parent 7556fe405c
commit df201e3c8a
4 changed files with 1 additions and 188 deletions

View File

@@ -3,7 +3,6 @@
# ------------------------------------------------------
# Install Script for Qtile
# yay must be installed
# Copy this script into the home directory and start.
# ------------------------------------------------------
read -p "Do you want to start? " s
@@ -20,6 +19,6 @@ sudo pacman -S qtile
# ------------------------------------------------------
echo "-> Create symbolic links"
rm ~/.xinitrc
ln -s ~/dotfiles/.xinitrc ~/.xinitrc
ln -s ~/dotfiles/qtile/.xinitrc ~/.xinitrc
echo "DONE!"