Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onnimonni/homebrew-tap
https://github.com/onnimonni/homebrew-tap
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/onnimonni/homebrew-tap
- Owner: onnimonni
- Created: 2024-04-28T12:52:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T07:10:02.000Z (5 months ago)
- Last Synced: 2024-06-14T08:31:32.910Z (5 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Onnimonni Homebrew taps
## How do I install these Casks?
### Kitsas
Install Kitsas, Finnish bookkeeping software for small organisations through my custom homebrew tap by running:
```bash
brew install --cask onnimonni/tap/kitsas
```### Forscan
Install Forscan, Diagnostics software for Ford, Mazda, Lincoln and Mercury vehicles.Homebrew doesn't allow `--no-quarantine` to child dependencies so you need to install and unquarantine Wine first since Forscan installer needs this
```bash
brew install --no-quarantine --cask wine-stable onnimonni/tap/forscan
```#### How to update Forscan in this repository to latest version?
If you notice that there's a new version you can create a pull-request to update the version like this:
```sh
export NEW_FORSCAN_VERSION=$(brew livecheck forscan --json | jq -r '.[0].version.latest')
# This needs to use --no-audit flag because the downloaded file doesn't contain any MacOS binaries.
brew bump-cask-pr --no-audit --version $NEW_FORSCAN_VERSION onnimonni/tap/forscan
```I will then merge the new version as soon as I can :heart: :ok_hand:.
After the version change is merged you can update your Forscan by running this:
```sh
brew update && brew upgrade onnimonni/tap/forscan
```## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).