https://github.com/masich/homebrew-brew
Homebrew Tap containing my macOS applications (casks)
https://github.com/masich/homebrew-brew
brew homebrew macos
Last synced: 6 months ago
JSON representation
Homebrew Tap containing my macOS applications (casks)
- Host: GitHub
- URL: https://github.com/masich/homebrew-brew
- Owner: masich
- License: mit
- Created: 2023-03-01T20:17:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T21:04:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T20:18:44.928Z (9 months ago)
- Topics: brew, homebrew, macos
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# masich/brew
Homebrew Tap containing my macOS applications (casks).
## Available Casks
* [SaveMyEyes](https://github.com/masich/SaveMyEyes). Minimalistic macOS application that helps to take breaks while using the computer.
## Installation
Don't have Homebrew? Follow [these instructions](https://brew.sh).
Add this Tap:
```shell
brew tap masich/brew
```
Install a Cask, for example, `savemyeyes`:
```shell
brew install --cask savemyeyes
```
## Updating
Brew users do update by periodically running:
```shell
brew update
```
If Brew indicates there's a new version of one of the Casks, for example, `savemyeyes`:
```shell
brew cask upgrade savemyeyes
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.