mirror of
https://github.com/github/homebrew-bootstrap
synced 2026-07-22 19:03:46 +00:00
No description
- Ruby 59.8%
- Shell 40.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| Casks | ||
| cmd | ||
| Formula | ||
| ruby-definitions | ||
| .gitignore | ||
| LICENSE.txt | ||
| README.md | ||
Homebrew Bootstrap
A series of helper scripts, casks and formulae to reduce duplication across script/bootstraps. Scripts:
brew bootstrap-jenv-java: Installs Zulu JDK.brew bootstrap-nodenv-node: Installs Node and NPM.brew bootstrap-rbenv-ruby: Installs Ruby and Bundler.brew macos-vscode-codespaces: Get Visual Studio Code ready for running with Codespaces.brew report-issue: Creates and closes failure debugging issues on a project.brew setup-nginx-conf: Generates and installs a projectnginxconfiguration usingerb.brew upgrade-mysql: Upgrademysqlversion used by GitHub production.brew vendor-gem: Build and cache a RubyGem for the givengitrepositoryruby-definitions/:ruby-builddefinitions for GitHub Rubies (migrated from boxen/puppet-ruby).
How do I install these scripts/casks/formulae?
brew install github/bootstrap/<cask|formula>
Or brew tap github/bootstrap and then brew install <formula>.
Status
No longer in active development.
License
Homebrew Bootstrap is licensed under the MIT License. The full license text is available in LICENSE.txt.