This simple Bash script automates the installation of multiple applications during system setup, allowing users to choose which applications to install.
-
Copy the project to your computer:
git clone https://github.com/gokhangunduz/first-setup cd first-setup chmod +x ./setup.sh
-
Run the initial setup:
./setup.sh
This command prepares your system, installs necessary dependencies, and prompts you to choose which applications to install.
-
In the dialog window, select the applications you want to install and click the "OK" button.
-
The selected applications will be automatically installed.