These scripts setup my linux development environment.
Installs the following applications and configurations.
- Cloudflare DNS over TLS
- CLI apps
- GUI apps
- Google Chrome - web browser
- Kdenlive - free and open source video editor
- OBS Studio - free and open source software for video recording and live streaming
- psensor - a graphical sensor monitoring and logging utility
- solaar - Logitech device manager
- IDEs
- SDKs
Tested on the following distributions
- Ubuntu 24.04.2 LTS (Noble Numbat)
- Kubuntu 24.04.2 LTS (Noble Numbat)
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