Setup an ubuntu machine for dev work and daily use quickly using setup.sh
.
- git
- curl
- wget
- gimp
- gparted
- gnome-tweaks
- gnome-shell-extensions
- neofetch
- nettools
- default-jre
- docker
- VS Code
- Slack
- Mysql Workbench
- heroku
- nodejs
- google-chrome
- and many more
-
Download the setup.sh file.
-
Open the terminal in the directory of the downloaded file and run the following command:
chmod +x setup.sh
This command will make the file executable
./setup.sh USERNAME EMAIL
This command will run the script and install all the packages. Replace USERNAME and EMAIL with your GitHub username and email respectively.