https://github.com/blakek/homebrew-blakek
🍺 Homebrew tap for my scripts
https://github.com/blakek/homebrew-blakek
Last synced: about 1 year ago
JSON representation
🍺 Homebrew tap for my scripts
- Host: GitHub
- URL: https://github.com/blakek/homebrew-blakek
- Owner: blakek
- Created: 2019-10-30T14:07:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T05:02:24.000Z (over 5 years ago)
- Last Synced: 2025-06-18T16:48:41.303Z (about 1 year ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-blakek
> 🍺 Homebrew tap for my scripts
## Usage
After you install [Homebrew](https://brew.sh/), run the following command in
your terminal:
```bash
brew tap blakek/blakek
```
You can now install any scripts found in this repo:
```bash
brew install pomodoro
```
**NOTE:** I try to use names not found in the standard Homebrew list. However,
in the case of a naming collision, use the scoped formula name. For example:
```bash
brew install blakek/blakek/pomodoro
```