#!/bin/bash # I need to add option to install nvidia drivers sudo apt update echo "Installing basic software..." sudo apt install -y gpg git pass build-essential sudo apt install -y unzip wget curl echo "Installing Xorg..." sudo apt install -y xorg xorg-drivers xinit xterm read -p "Do you want to install Qtile? " -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]] then echo "Installing Qtile..." sudo apt install -y libxcb-render0-dev libffi-dev libcairo2 libpangocairo-1.0-0 python-dbus sudo apt install -y python3-pip pip3 install xcffib pip3 install --no-cache-dir cairocffi pip3 install qtile cat > /tmp/qtile.desktop <