Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/github/homebrew-bootstrap
A series of helper scripts to reduce duplication across `script/bootstrap`s.
https://github.com/github/homebrew-bootstrap
Last synced: 9 days ago
JSON representation
A series of helper scripts to reduce duplication across `script/bootstrap`s.
- Host: GitHub
- URL: https://github.com/github/homebrew-bootstrap
- Owner: github
- License: mit
- Archived: true
- Created: 2015-11-13T15:21:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T09:55:58.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T00:06:05.911Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 167 KB
- Stars: 88
- Watchers: 151
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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).