SimpleSetup

Simple setup scripts (not short though) for Linux and Windows systems. So the user doesn’t need to worry about choices besides their actual use case.

Systems supported:

Linux:

Just open your Terminal and paste

bash <(curl -s https://carino.systems/ca.sh)

Windows:

Just open Terminal and paste

iwr -useb https://carino.systems/setup.ps1 | iex

Main Features

Arguments

All arguments are used after ca.sh
bash <(curl -s https://carino.systems/ca.sh) argument
./ca.sh argument

### General Arguments
- quick
  Installs Technical Setup and Basic Purpose packages for a fast and straightforward installation.

- simple
  Performs the Technical Setup and Basic Purpose package installation. This option provides a hassle-free setup.

- server
  Configures a minimal server setup with essential development packages. This does not include the full Technical Setup.

### Graphics Driver Installation
- nvidia
  Installs Nvidia graphic drivers.

- amd  
  Installs AMD graphic drivers.

- intel  
  Installs Intel graphic drivers.

### Special Programs
- svp
  Installs Smooth Video Project for enhanced video playback.

- distrobox  
  Installs Distrobox containers for running multiple Linux distributions seamlessly.

### Desktop Environment Setup
- desktop  
  Opens a menu to select and install a Desktop Environment from a curated list.

Known Issues

Removed functions (code still available)