{"id":31641920,"url":"https://github.com/fizzed/provisioning","last_synced_at":"2025-10-07T03:26:28.605Z","repository":{"id":43126179,"uuid":"53970843","full_name":"fizzed/provisioning","owner":"fizzed","description":"Scripts for setting up apps","archived":false,"fork":false,"pushed_at":"2025-10-04T01:17:55.000Z","size":12200,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T01:19:02.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fizzed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-15T19:01:06.000Z","updated_at":"2025-09-28T01:00:56.000Z","dependencies_parsed_at":"2024-12-02T13:44:43.255Z","dependency_job_id":"4ddbc798-176c-4197-9f8b-29103fc93266","html_url":"https://github.com/fizzed/provisioning","commit_stats":{"total_commits":125,"total_committers":4,"mean_commits":31.25,"dds":"0.23199999999999998","last_synced_commit":"6e81891e64c4ce712c9f6987d80923d0b2fcc94e"},"previous_names":["fizzed/provisioning"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fizzed/provisioning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fprovisioning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fprovisioning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fprovisioning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fprovisioning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fizzed","download_url":"https://codeload.github.com/fizzed/provisioning/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fprovisioning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278714639,"owners_count":26033120,"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-07T02:00:06.786Z","response_time":59,"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":[],"created_at":"2025-10-07T03:26:26.303Z","updated_at":"2025-10-07T03:26:28.597Z","avatar_url":"https://github.com/fizzed.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Provisioning Scripts\n======================\n\nScripts for provisioning machines.  Primarly used to provision vagrant instances,\nbut can be used with cloud images or traditional machines as well.\n\n## Install Java (only works on linux)\n\n```shell\ncurl -sfL https://raw.githubusercontent.com/fizzed/provisioning/master/linux/bootstrap-java.sh | sudo sh -s -- --version=17\n```\n\n## Install Maven (cross platform: e.g. Linux, MacOS, FreeBSD, etc)\n\n```shell\ncurl -sfL https://raw.githubusercontent.com/fizzed/provisioning/master/scripts/install-maven.sh | sudo sh\n```\n\n\n\n## Install FastFetch (cross platform: e.g. Linux, MacOS, FreeBSD, etc)\n\nNOTE: `sudo` needs to have `java` in its path (this script leverages blaze to help install the app)\n\n```shell\ncurl -sfL https://raw.githubusercontent.com/fizzed/provisioning/master/scripts/install-fastfetch.sh | sudo sh\n```\n\n```powershell\nsudo powershell -Command 'iwr \"https://raw.githubusercontent.com/fizzed/provisioning/master/scripts/install-fastfetch.ps1\" | iex'\n```\n\nOr if you need a specific version, such as for Ubuntu 20.04\n\n```shell\ncurl -sfL https://raw.githubusercontent.com/fizzed/provisioning/master/scripts/install-fastfetch.sh | sudo sh -s -- --fastfetch.version 2.40.4\n```\n\n\n=======\n\n## Install Shell Prompt w/ Git Branch\n\n```shell\ncurl -sfL https://raw.githubusercontent.com/fizzed/provisioning/master/scripts/install-git-prompt.sh | sh\n```\n\n```powershell\npowershell -Command 'iwr \"https://raw.githubusercontent.com/fizzed/provisioning/master/scripts/install-git-prompt.ps1\" | iex'\n```\n\n\n## Development\n\n### Install Git Prompt\n\nThe shell prompt code is all in resources/ such as resources/git-prompt.bash\n\nYou can install the various prompts locally by running the following:\n\n```\njava -jar helpers/blaze.jar helpers/blaze.java install_git_prompt\n```\n\nThen you can activate the prompt by running the following:\n\n```\n# for bash\n. ~/.bashrc\n\n# for zsh\n. ~/.zshrc\n\n# for csh\nsource ~/.tcshrc\n\n# for ksh\n. ~/.kshrc\n\n# for powershell\n. $PROFILE\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzed%2Fprovisioning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffizzed%2Fprovisioning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzed%2Fprovisioning/lists"}