Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexellis/homebrew-alexellis
Taps for projects under my account
https://github.com/alexellis/homebrew-alexellis
Last synced: 4 days ago
JSON representation
Taps for projects under my account
- Host: GitHub
- URL: https://github.com/alexellis/homebrew-alexellis
- Owner: alexellis
- License: mit
- Created: 2020-09-04T14:24:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T00:08:49.000Z (6 days ago)
- Last Synced: 2024-11-07T01:19:50.260Z (6 days ago)
- Language: Ruby
- Size: 73.2 KB
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-alexellis
A homebrew tap for MacOS (amd64) users for OSS tools by Alex Ellis.
## You may prefer arkade 🙌
arkade is a multi-arch marketplace for developers, which downloads binaries directly from GitHub, without the latency you find with brew. Unlike brew, no access token is required.
It works on Arm, regular PCs, servers, in CI and on Macs, including M1
Take a look, feel free to contribute: [http://github.com/alexellis/arkade](http://github.com/alexellis/arkade)
## Usage
Install the following apps via this Homebrew tap:
* [arkade](http://github.com/alexellis/arkade)
* [k3sup](http://github.com/alexellis/k3sup)
* [run-job](http://github.com/alexellis/run-job)
* [kubetrim](http://github.com/alexellis/kubetrim)```bash
brew tap alexellis/homebrew-alexellis
brew install arkade
brew install k3sup
brew install run-job
brew install kubetrim
```## Limitations
Support is only given for MacOS (amd64), if you're a Linux user, please raise an issue and request support to be added, or send a pull request.
These binaries are for amd64, however they will work on Apple Silicon via Rosetta. You are welcome to send a PR to cover Apple Silicon, my tools ship binaries for both platforms.
These Formulas just use the binaries released via GitHub, so you can also install using `curl | sh` or simply `wget` and the binary's URL.