https://github.com/rami3l/homebrew-tap
My opinionated homebrew tap.
https://github.com/rami3l/homebrew-tap
homebrew homebrew-tap
Last synced: 2 months ago
JSON representation
My opinionated homebrew tap.
- Host: GitHub
- URL: https://github.com/rami3l/homebrew-tap
- Owner: rami3l
- Created: 2020-05-29T07:40:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T05:42:33.000Z (4 months ago)
- Last Synced: 2025-04-01T04:51:57.400Z (3 months ago)
- Topics: homebrew, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-tap
My opinionated homebrew tap.
## Made By Me
- [`pacaptr`](https://github.com/rami3l/pacaptr): Pacman-like syntax wrapper for many package managers.
```bash
brew install rami3l/tap/pacaptr
```- [`clavy`](https://github.com/rami3l/clavy): An input source switching daemon for macOS.
```bash
brew install rami3l/tap/clavy
```> **TIP:**
> To migrate from `claveilleur`, please stop and uninstall the service before uninstalling the formula:
>
> ```bash
> claveilleur --stop-service && claveilleur --uninstall-service
> ```
>
> Now you can uninstall `claveilleur` and replace it with `clavy`.- [`Ouverture`](https://github.com/rami3l/Ouverture): A default application modifier for macOS.
```bash
brew install rami3l/tap/ouverture
```- [`ting`](https://github.com/rami3l/ting): Yet another tcping implementation in Golang.
```bash
brew install rami3l/tap/ting
```## Notes
- This repo is originally called [`rami3l/homebrew-pacaptr`](https://github.com/rami3l/homebrew-pacaptr). To perform the migration, just run:
```bash
brew untap rami3l/pacaptr && brew tap rami3l/tap
```