Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owenvoke/homebrew-tap
A custom tap for Homebrew.
https://github.com/owenvoke/homebrew-tap
hacktoberfest homebrew homebrew-tap
Last synced: 26 days ago
JSON representation
A custom tap for Homebrew.
- Host: GitHub
- URL: https://github.com/owenvoke/homebrew-tap
- Owner: owenvoke
- License: mit
- Created: 2020-03-19T09:44:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:41:10.000Z (5 months ago)
- Last Synced: 2024-07-19T19:18:11.465Z (5 months ago)
- Topics: hacktoberfest, homebrew, homebrew-tap
- Language: Ruby
- Homepage: https://brew.sh
- Size: 108 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Homebrew Tap
[![Software License][ico-license]](LICENSE.md)
[![Repo Size][ico-github-repo-size]][link-github-repo-size]A custom tap for [Homebrew][link-homebrew].
# Install
Via Homebrew
```shell
# For all casks
$ brew tap owenvoke/tap# For a single cask
$ brew install --cask owenvoke/tap/[package]# For a single cask with no repository
$ brew install --cask "https://raw.githubusercontent.com/owenvoke/homebrew-tap/main/Casks/[package].rb"
```## Available Casks
- [Laravel Shift Workbench](https://laravelshift.com/workbench) ([source](./Casks/laravelshift-workbench.rb))
## Available Formulae
- [IntelliJ HTTP](https://blog.jetbrains.com/idea/2022/12/http-client-cli-run-requests-and-tests-on-ci) ([source](./Formula/ijhttp.rb))
- [Lambo](https://github.com/tighten/lambo) ([source](./Formula/lambo.rb))
- [Laracon Schedule](https://github.com/nunomaduro/laracon-schedule) ([source](./Formula/laracon-schedule.rb))
- [Local PHP Security Checker](https://github.com/fabpot/local-php-security-checker) ([source](./Formula/local-php-security-checker.rb))
- [Porter](https://github.com/anystack-sh/porter) ([source](./Formula/porter.rb))
- [Rugby Schedule](https://github.com/owenvoke/rugby-schedule) ([source](./Formula/rugby-schedule.rb))
- [Takeout](https://github.com/tighten/takeout) ([source](./Formula/takeout.rb))## Deprecated Casks and Formulae
- ~~[Graphlint](https://github.com/worksome/graphlint) ([source](https://github.com/owenvoke/homebrew-tap/blob/746c885e290f59171dc920bf8faeb8be569e52e8/Formula/graphlint.rb))~~ (Moved to [Worksome Tap](https://github.com/worksome/homebrew-tap))
- ~~[HELO](https://usehelo.com) ([source](https://github.com/owenvoke/homebrew-tap/blob/08b4dc671f97b4887d082bed528d9900cc007030/Casks/helo.rb))~~ (Moved to [Homebrew Core](https://formulae.brew.sh/cask/helo))
- ~~[Iconset](https://iconset.io) ([source](https://github.com/owenvoke/homebrew-tap/blob/4ff05febaad6cac21e448140fd0787dacd1cee73/Casks/iconset.rb))~~ (Moved to [Homebrew Core](https://formulae.brew.sh/cask/iconset))
- ~~[Instatus Out](https://instatus.com/out) ([source](https://github.com/owenvoke/homebrew-tap/blob/a1df9f6d57dfbb3e8e7c6483af7c437613bf45af/Casks/instatus-out.rb))~~ (Moved to [Homebrew Core](https://formulae.brew.sh/cask/instatus-out))
- ~~[Invoker](https://invoker.dev) ([source](https://github.com/owenvoke/homebrew-tap/blob/5113f4424d0dd7e39289cdf005a25d1846cc9fc2/Casks/invoker.rb))~~ (Moved to [Homebrew Core](https://formulae.brew.sh/cask/invoker))
- ~~[Noscl](https://github.com/fiatjaf/noscl) ([source](./Formula/noscl.rb))~~
- ~~[Oh Dear CLI](https://github.com/ohdearapp/ohdear-cli) ([source](https://github.com/owenvoke/homebrew-tap/blob/370f98ec1e0f7e4f488146a1b2c06fa22d78209c/Formula/ohdear-cli.rb))~~ (Moved to [Homebrew Core](https://formulae.brew.sh/formula/ohdear-cli))
- ~~[Tea](https://gitea.com/gitea/tea) ([source](https://github.com/owenvoke/homebrew-tap/blob/afbf3403b8c95819c7aa7472a30465bbfe11bbd1/Formula/tea.rb))~~ (Moved to [Homebrew Core](https://formulae.brew.sh/formula/tea))
- ~~[Tinkerwell](https://tinkerwell.app) ([source](https://github.com/owenvoke/homebrew-tap/blob/08b4dc671f97b4887d082bed528d9900cc007030/Casks/tinkerwell.rb))~~ (Moved to [Homebrew Core](https://formulae.brew.sh/cask/tinkerwell))
- ~~[Tint](https://beyondco.de/software/tint) ([source](https://github.com/owenvoke/homebrew-tap/blob/8ffb37a36f6aeb8025c444db4cd52becb3c5a563/Casks/tint.rb))~~ (Moved to [Homebrew Core](https://formulae.brew.sh/cask/tint))## Updates
Casks and formulae in this tap are periodically checked for updates, and updates are applied manually.
To check for new updates for any of the casks or formulae, run the following command:
```shell
brew livecheck --tap owenvoke/tap
```If an update is available, you can open a pull request using the `brew bump-cask-pr` command.
## Credits
- [Owen Voke][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-github-repo-size]: https://img.shields.io/github/repo-size/owenvoke/homebrew-tap?style=flat-square[link-github-repo-size]: https://github.com/owenvoke/homebrew-tap
[link-homebrew]: https://brew.sh
[link-author]: https://github.com/owenvoke
[link-contributors]: ../../contributors