Install Essentials is a sweet little bash script that install all the essentials I need to set up my fresh Ubuntu install.
It is a time saver script and saves you from all the manual labour of installing the familiar software and setup your dev environment.
- Easy to customise
- Colored outputs
- Choose to install packages/software you need
- Saves time (and peace of mind)
curl -L https://bit.ly/ubuntu-essentials > essentials.sh
bash essentials.sh
wget https://raw.githubusercontent.com/bhumijgupta/Install-Essentials/master/essentials.sh
bash essentials.sh
--cli Show only command line packages
help Show help message
Usage:
bash essentials.sh --cli
- Git
- pip3
- GCC/G++ compiler
- Google Chrome
- Spotify
- VSCode
- Postman
- MongoDB
- NodeJS
- VLC
- Terminator
- Docker-ce
- Docker Compose
See your essential package missing? Open an issue or just send a pull request.
This library is licensed under MIT License. The license file can be found here
if(repo.isAwesome || repo.isHelpful){
StarRepo();
}