https://github.com/bhumijgupta/install-essentials
  
  
    A sweet little bash script that install all the essentials I need to set up my new ubuntu environment. 
    https://github.com/bhumijgupta/install-essentials
  
automation bash bash-scripting install-script linux packages setup ubuntu
        Last synced: 17 days ago 
        JSON representation
    
A sweet little bash script that install all the essentials I need to set up my new ubuntu environment.
- Host: GitHub
- URL: https://github.com/bhumijgupta/install-essentials
- Owner: bhumijgupta
- License: mit
- Created: 2020-01-27T09:06:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T12:02:19.000Z (almost 5 years ago)
- Last Synced: 2025-07-11T14:17:54.030Z (4 months ago)
- Topics: automation, bash, bash-scripting, install-script, linux, packages, setup, ubuntu
- Language: Shell
- Homepage: https://bit.ly/install-essentials
- Size: 31.3 KB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          # Install Essentials
> 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.
## Features
- Easy to customise
- Colored outputs
- Choose to install packages/software you need
- Saves time (and peace of mind)
## Usage
### Using cURL
```bash
curl -L https://bit.ly/ubuntu-essentials > essentials.sh
bash essentials.sh
```
### Using wget
```bash
wget https://raw.githubusercontent.com/bhumijgupta/Install-Essentials/master/essentials.sh
bash essentials.sh
```
## Supported command line arguments
```
--cli   Show only command line packages
help    Show help message
Usage:
    bash essentials.sh --cli
```
## Packages supported
- 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](https://github.com/bhumijgupta/Install-Essentials/issues/new) or just send a pull request.
## License

This library is licensed under MIT License. The license file can be found [here](LICENSE)
## Stargazers over time
[](https://starchart.cc/bhumijgupta/Install-Essentials)
## Author
[](https://forthebadge.com)
### Bhumij Gupta
 [](https://www.linkedin.com/in/bhumijgupta/) 
---
```C++
if(repo.isAwesome || repo.isHelpful){
    StarRepo();
}
```