Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.53 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.53 KB

👋 Welcome

This is my personal scripts for Ubuntu 23.10 installation and derivates as a Debian, Linux Mint and another Ubuntu versions. It's a powerful, versatile, and easy-to-use tool that can save you a lot of time and effort.

Linux Post Install Scripts

├── Ubuntu-gnome                    # Gnome configuration 
│   └── applications.sh             # Official repositories
│   └── cloud-tools.sh              # Cloud Engineer Tools, DevOps or SRE.
│   └── post-install.sh             # Desktop configuration, PPA, APT, NPM, FLATPACK, SNAP, CHECK LIST
├── extras                          # Source code and setup configurations 
│   ├── speedtest.sh                 
│   ├── anki.sh
│   ├── etc etc etc
├── LICENSE                           
├── README.md   

🚀 Features

  • post-install.sh: This script installs a variety of popular applications, and manage your PPA list, APT, NPM, FLATPACK, and SNAP package. I added the functions to install a source applications and cloud-tools.

  • applications.sh: Including browsers, VPN clients, code editors, and remote desktop software.

  • cloud-tools.sh: Popular cloud tools, such as Docker, Kubernetes, Minikube, Helm, ArgoCD, Terraform, Gcloud, AWS-CLI, and AZ-cli.

How to use it

To use the script, simply download it from GitHub and make it executable.

chmod +x post-install.sh

Run the script:

./post-install.sh

Follow the on-screen instructions to customize and run the script.