# homebrew-bootstrap **Repository Path**: mirrors_github/homebrew-bootstrap ## Basic Information - **Project Name**: homebrew-bootstrap - **Description**: A series of helper scripts to reduce duplication across `script/bootstrap`s. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Homebrew Bootstrap A series of helper scripts, casks and formulae to reduce duplication across `script/bootstrap`s. Scripts: - [`brew bootstrap-jenv-java`](cmd/brew-bootstrap-jenv-java): Installs Zulu JDK. - [`brew bootstrap-nodenv-node`](cmd/brew-bootstrap-nodenv-node): Installs Node and NPM. - [`brew bootstrap-rbenv-ruby`](cmd/brew-bootstrap-rbenv-ruby): Installs Ruby and Bundler. - [`brew macos-vscode-codespaces`](cmd/brew-macos-vscode-codespaces): Get Visual Studio Code ready for running with Codespaces. - [`brew report-issue`](cmd/brew-report-issue.rb): Creates and closes failure debugging issues on a project. - [`brew setup-nginx-conf`](cmd/brew-setup-nginx-conf.rb): Generates and installs a project `nginx` configuration using `erb`. - [`brew upgrade-mysql`](cmd/brew-upgrade-mysql): Upgrade `mysql` version used by GitHub production. - [`brew vendor-gem`](cmd/brew-vendor-gem): Build and cache a RubyGem for the given `git` repository - [`ruby-definitions/`](ruby-definitions): `ruby-build` definitions for GitHub Rubies (migrated from [boxen/puppet-ruby](https://github.com/boxen/puppet-ruby/tree/HEAD/files/definitions)). ## How do I install these scripts/casks/formulae? `brew install github/bootstrap/` Or `brew tap github/bootstrap` and then `brew install `. ## Status No longer in active development. ## License Homebrew Bootstrap is licensed under the [MIT License](http://en.wikipedia.org/wiki/MIT_License). The full license text is available in [LICENSE.txt](https://github.com/github/homebrew-bootstrap/blob/HEAD/LICENSE.txt).