https://github.com/probablykasper/homebrew-tap
My Homebrew casks and formulas
https://github.com/probablykasper/homebrew-tap
homebrew
Last synced: 8 months ago
JSON representation
My Homebrew casks and formulas
- Host: GitHub
- URL: https://github.com/probablykasper/homebrew-tap
- Owner: probablykasper
- Created: 2019-04-20T02:02:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T05:40:46.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T18:41:44.719Z (over 1 year ago)
- Topics: homebrew
- Language: Ruby
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Formulas
### serve
https://github.com/probablykasper/serve
Install by running:
```
brew install probablykasper/tap/serve
```
### to
https://github.com/probablykasper/to
Install by running:
```
brew install probablykasper/tap/to
```
## Casks
### flutter
Install by running:
```
brew install probablykasper/tap/flutter
flutter upgrade
```
**NOTE:** To update Flutter in the future, run `flutter upgrade`. This cask is intentionally not being updated, so that it won't interfere with Flutter's own version management.
To see if there are any dependencies you need to install:
```
flutter doctor
```