Skip to content

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

License

Notifications You must be signed in to change notification settings

bhumijgupta/Install-Essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages