{"id":20098950,"url":"https://github.com/jream/config-ubuntu","last_synced_at":"2025-04-06T13:11:28.993Z","repository":{"id":20912445,"uuid":"24200263","full_name":"JREAM/config-ubuntu","owner":"JREAM","description":"Quickly Setup Ubuntu Desktop or Server with all-in-one Bash Scripts.","archived":false,"fork":false,"pushed_at":"2025-03-26T12:46:58.000Z","size":17427,"stargazers_count":65,"open_issues_count":2,"forks_count":34,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-30T12:07:50.430Z","etag":null,"topics":["bash","shell","tweaking","ubuntu"],"latest_commit_sha":null,"homepage":"http://jream.com","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/JREAM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2014-09-18T18:37:18.000Z","updated_at":"2025-03-26T12:47:01.000Z","dependencies_parsed_at":"2024-11-21T17:42:54.800Z","dependency_job_id":null,"html_url":"https://github.com/JREAM/config-ubuntu","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Fconfig-ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Fconfig-ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Fconfig-ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Fconfig-ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JREAM","download_url":"https://codeload.github.com/JREAM/config-ubuntu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485287,"owners_count":20946398,"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","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":["bash","shell","tweaking","ubuntu"],"created_at":"2024-11-13T17:07:18.506Z","updated_at":"2025-04-06T13:11:28.975Z","avatar_url":"https://github.com/JREAM.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Config Ubuntu\n\nA Bash utility for installing various programs.\nFeel free to clone and customize or copy to get ideas of your own.\n\nThere are probably better approaches to installer scripts such as provisions but sometimes those are a bit tedious. It's also a bit fun to use pure `bash` to write something custom.\n\n![Screenshot](https://private-user-images.githubusercontent.com/145959/357254178-ade79ed6-f094-4340-82e7-7bfc85111858.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjM1MTU0ODIsIm5iZiI6MTcyMzUxNTE4MiwicGF0aCI6Ii8xNDU5NTkvMzU3MjU0MTc4LWFkZTc5ZWQ2LWYwOTQtNDM0MC04MmU3LTdiZmM4NTExMTg1OC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwODEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDgxM1QwMjEzMDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xMWJjOTY3NGU3ZmViNTIxOGFiYzFjOGM3MzYyYjAxZDkzMmNkYWEzMWIyZWYzZGRmMWY1NTBiMzQyYzRlZmVjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.gBWz3dqOEtYMcZZmBkMR7Tdzy_M4aTKa9t6dYIGT6ds)\n\n\n## File Setup\n\nThis is a brief explanation of the file setup if you choose to clone or get ideas for your own utility script.\n\n\u003e HELPFUL: Think of the `./bin` scripts as containers to customize your preferred way of installing a package or category of pacakges.\n\n- **File Structure**\n- `./installable.sh` - Entrypoint; Lists all installable items which are only defined in this file.\n  - Above triggers a file in `./bin/*.sh`, it will first `source _export.sh` for color variables and log functions for the installer output.\n  - Next, the respective file, optionally with an `$1` argument is loaded into a `./bin/\u003cfile-here\u003e.sh` to execute the installer.\n\nIt should be pretty simple!\n\n---\nMIT Open Source\n\n\u0026copy; 2014 [JREAM](https://jream.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjream%2Fconfig-ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjream%2Fconfig-ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjream%2Fconfig-ubuntu/lists"}