A lightweight shell script to customize and debloat a fresh Kubuntu installation. This script swaps out several default KDE applications for lighter or GTK-based alternatives, installs essential productivity tools, and cleans up the system.
To run the script immediately without manually cloning the repository, copy and paste the following command into your terminal:
curl -fssL https://raw.githubusercontent.com/evan-okeefe/Kubuntu-Install-Script/refs/heads/main/install.sh -o install.sh && chmod +x install.sh && ./install.sh && rm install.sh