An open API service indexing awesome lists of open source software.

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.

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

![GitHub](https://img.shields.io/github/license/bhumijgupta/Install-Essentials)

This library is licensed under MIT License. The license file can be found [here](LICENSE)

## Stargazers over time

[![Stargazers over time](https://starchart.cc/bhumijgupta/Install-Essentials.svg)](https://starchart.cc/bhumijgupta/Install-Essentials)

## Author

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

### Bhumij Gupta

![GitHub followers](https://img.shields.io/github/followers/bhumijgupta?label=Follow&style=social) [![LinkedIn](https://img.shields.io/static/v1.svg?label=connect&message=@bhumijgupta&color=success&logo=linkedin&style=flat&logoColor=white)](https://www.linkedin.com/in/bhumijgupta/) ![Twitter URL](https://img.shields.io/twitter/url?style=social&url=http%3A%2F%2Ftwitter.com%2Fbhumijgupta)

---

```C++
if(repo.isAwesome || repo.isHelpful){
StarRepo();
}
```