Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owo-network/homebrew-brew
Homebrew for OwO Network
https://github.com/owo-network/homebrew-brew
brew homebrew homebrew-cask homebrew-formula homebrew-tap
Last synced: about 1 month ago
JSON representation
Homebrew for OwO Network
- Host: GitHub
- URL: https://github.com/owo-network/homebrew-brew
- Owner: OwO-Network
- License: gpl-3.0
- Created: 2023-01-28T18:06:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T07:08:51.000Z (about 2 months ago)
- Last Synced: 2024-11-30T08:23:34.839Z (about 2 months ago)
- Topics: brew, homebrew, homebrew-cask, homebrew-formula, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OwO Network - Homebrew
This is the repository used for [OwO Network](https://github.com/OwO-Network) Homebrew installations.## Preparation
1. You should make sure that `Homebrew` is already installed on your Mac. if not, you can install it using the following command.
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
2. You should use the `tap` command to add our repository.
```shell
brew tap owo-network/brew
```## Install
- [OwO-Network/DeepLX](https://github.com/OwO-Network/DeepLX#homebrew-recommended)## Uninstall
```shell
brew uninstall [NAME]
```
## Untap
```shell
brew untap owo-network/brew
```## Author
**homebrew-brew** © [OwO Network Limited](https://github.com/OwO-Network), Released under the [GPL-3.0](./LICENSE) License.