Skip to content

Latest commit

 

History

History
82 lines (56 loc) · 2.02 KB

README.md

File metadata and controls

82 lines (56 loc) · 2.02 KB

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();
}