These scripts setup my linux development environment.
Installs the following applications and configurations.
Tested on the following distributions
Pick the script corresponding to your distribution.
Requires curl
sudo apt install -y curl
Run the script and select 1 to install.
bash <(curl -fsSL https://raw.githubusercontent.com/patkub/ubuntu-setup/refs/heads/noble/ubuntu_install.sh)
Run the script and select 1 to install.
bash <(curl -fsSL https://raw.githubusercontent.com/patkub/ubuntu-setup/refs/heads/noble/kubuntu_install.sh)
Clone the repo and run the script for your distribution.
Make the script executable.
chmod +x ./ubuntu_install.sh
Run the script and select 1 to install.
./ubuntu_install.sh
Make the script executable
chmod +x ./kubuntu_install.sh
Run the script and select 1 to install.
./kubuntu_install.sh