{"id":20990598,"url":"https://github.com/bhumijgupta/install-essentials","last_synced_at":"2025-10-14T14:16:56.221Z","repository":{"id":97584727,"uuid":"236452729","full_name":"bhumijgupta/Install-Essentials","owner":"bhumijgupta","description":"A sweet little bash script that install all the essentials I need to set up my new ubuntu environment.","archived":false,"fork":false,"pushed_at":"2020-12-27T12:02:19.000Z","size":32,"stargazers_count":14,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T14:17:54.030Z","etag":null,"topics":["automation","bash","bash-scripting","install-script","linux","packages","setup","ubuntu"],"latest_commit_sha":null,"homepage":"https://bit.ly/install-essentials","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhumijgupta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-27T09:06:54.000Z","updated_at":"2024-12-23T12:25:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b8e3c0d-37d0-4d4b-8239-31b9945617bb","html_url":"https://github.com/bhumijgupta/Install-Essentials","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bhumijgupta/Install-Essentials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhumijgupta%2FInstall-Essentials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhumijgupta%2FInstall-Essentials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhumijgupta%2FInstall-Essentials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhumijgupta%2FInstall-Essentials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhumijgupta","download_url":"https://codeload.github.com/bhumijgupta/Install-Essentials/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhumijgupta%2FInstall-Essentials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019122,"owners_count":26086679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bash","bash-scripting","install-script","linux","packages","setup","ubuntu"],"created_at":"2024-11-19T06:34:34.746Z","updated_at":"2025-10-14T14:16:56.184Z","avatar_url":"https://github.com/bhumijgupta.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install Essentials\n\n\u003e Install Essentials is a sweet little bash script that install all the essentials I need to set up my fresh Ubuntu install.\n\nIt is a time saver script and saves you from all the manual labour of installing the familiar software and setup your dev environment.\n\n## Features\n\n- Easy to customise\n- Colored outputs\n- Choose to install packages/software you need\n- Saves time (and peace of mind)\n\n## Usage\n\n### Using cURL\n\n```bash\ncurl -L https://bit.ly/ubuntu-essentials \u003e essentials.sh\nbash essentials.sh\n```\n\n### Using wget\n\n```bash\nwget https://raw.githubusercontent.com/bhumijgupta/Install-Essentials/master/essentials.sh\nbash essentials.sh\n```\n\n## Supported command line arguments\n\n```\n--cli   Show only command line packages\nhelp    Show help message\n\nUsage:\n    bash essentials.sh --cli\n```\n\n## Packages supported\n\n- Git\n- pip3\n- GCC/G++ compiler\n- Google Chrome\n- Spotify\n- VSCode\n- Postman\n- MongoDB\n- NodeJS\n- VLC\n- Terminator\n- Docker-ce\n- Docker Compose\n\nSee your essential package missing? Open an [issue](https://github.com/bhumijgupta/Install-Essentials/issues/new) or just send a pull request.\n\n## License\n\n![GitHub](https://img.shields.io/github/license/bhumijgupta/Install-Essentials)\n\nThis library is licensed under MIT License. The license file can be found [here](LICENSE)\n\n## Stargazers over time\n\n[![Stargazers over time](https://starchart.cc/bhumijgupta/Install-Essentials.svg)](https://starchart.cc/bhumijgupta/Install-Essentials)\n\n## Author\n\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n\n### Bhumij Gupta\n\n![GitHub followers](https://img.shields.io/github/followers/bhumijgupta?label=Follow\u0026style=social) [![LinkedIn](https://img.shields.io/static/v1.svg?label=connect\u0026message=@bhumijgupta\u0026color=success\u0026logo=linkedin\u0026style=flat\u0026logoColor=white)](https://www.linkedin.com/in/bhumijgupta/) ![Twitter URL](https://img.shields.io/twitter/url?style=social\u0026url=http%3A%2F%2Ftwitter.com%2Fbhumijgupta)\n\n---\n\n```C++\nif(repo.isAwesome || repo.isHelpful){\n    StarRepo();\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhumijgupta%2Finstall-essentials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhumijgupta%2Finstall-essentials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhumijgupta%2Finstall-essentials/lists"}