bhumijgupta / Install-Essentials

A sweet little bash script that install all the essentials I need to set up my new ubuntu environment.

Home Page:https://bit.ly/install-essentials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

curl -L https://bit.ly/ubuntu-essentials > essentials.sh
bash essentials.sh

Using wget

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 or just send a pull request.

License

GitHub

This library is licensed under MIT License. The license file can be found here

Stargazers over time

Stargazers over time

Author

forthebadge

Bhumij Gupta

GitHub followers LinkedIn Twitter URL


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

About

A sweet little bash script that install all the essentials I need to set up my new ubuntu environment.

https://bit.ly/install-essentials

License:MIT License


Languages

Language:Shell 100.0%