install and qtile updates

This commit is contained in:
stephan.raabe
2023-02-17 17:11:48 +01:00
parent 7d6893c27c
commit 546381b6ae
3 changed files with 88 additions and 0 deletions

25
2-qtile.sh Executable file
View File

@@ -0,0 +1,25 @@
#!/bin/bash
# ------------------------------------------------------
# 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
echo "START QTILE INSTALLATION..."
# ------------------------------------------------------
# Install required packages
# ------------------------------------------------------
echo "-> Install main packages"
sudo pacman -S qtile
# ------------------------------------------------------
# Create symbolic links
# ------------------------------------------------------
echo "-> Create symbolic links"
rm ~/.xinitrc
ln -s ~/dotfiles/.xinitrc ~/.xinitrc
echo "DONE!"