A series of helper scripts, casks and formulae to reduce duplication across script/bootstrap
s. 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 projectnginx
configuration usingerb
.brew upgrade-mysql
: Upgrademysql
version used by GitHub production.brew vendor-gem
: Build and cache a RubyGem for the givengit
repositoryruby-definitions/
:ruby-build
definitions for GitHub Rubies (migrated from boxen/puppet-ruby).
brew install github/bootstrap/<cask|formula>
Or brew tap github/bootstrap
and then brew install <formula>
.
No longer in active development.
Homebrew Bootstrap is licensed under the MIT License. The full license text is available in LICENSE.txt.