ubuntu-setup

Description

These scripts setup my linux development environment.

List of Apps

Installs the following applications and configurations.

Environment

Tested on the following distributions

Pick the script corresponding to your distribution.

Automated Install

Requires curl

sudo apt install -y curl

Ubuntu

Run the script and select 1 to install.

bash <(curl -fsSL https://raw.githubusercontent.com/patkub/ubuntu-setup/refs/heads/noble/ubuntu_install.sh)

Kubuntu

Run the script and select 1 to install.

bash <(curl -fsSL https://raw.githubusercontent.com/patkub/ubuntu-setup/refs/heads/noble/kubuntu_install.sh)

Manual Install

Clone the repo and run the script for your distribution.

Ubuntu

Make the script executable.

chmod +x ./ubuntu_install.sh

Run the script and select 1 to install.

./ubuntu_install.sh

Kubuntu

Make the script executable

chmod +x ./kubuntu_install.sh

Run the script and select 1 to install.

./kubuntu_install.sh