This quickstart file installs all the basic software you would need.
You can fork this repository and add or remove software as you see fit.
Run the one-liner command to install all the basic software you need on your Ubuntu machine.
curl -fsSL https://raw.githubusercontent.com/RasseTheBoy/Ubuntu-quickstart/main/quickstart.sh | sh
This is a step-by-step tutorial on how to install all the basic software you need on your Ubuntu machine.
Install the quickstart.sh
file to your home machine.
wget https://raw.githubusercontent.com/RasseTheBoy/Ubuntu-quickstart/main/quickstart.sh -O quickstart.sh
Make the file executable by running the following command:
chmod +x quickstart.sh
Run the file by running the following command:
./quickstart.sh
Wait for the script to finish running. It will take a while.
The download speed will depend on your internet connection;
and the installation speed will depend on your machine's specs.
You're done! You now have all the basic software you need installed on your machine.