8000 GitHub - patkub/ubuntu-setup: My Ubuntu setup. Tested on Ubuntu 24.04.2 LTS (Noble Numbat).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

patkub/ubuntu-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu- 8FA9 setup

Description

These scripts setup my linux development environment.

List of Apps

Installs the following applications and configurations.

Environment

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.

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

About

My Ubuntu setup. Tested on Ubuntu 24.04.2 LTS (Noble Numbat).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0