Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhymxu/homebrew-tap
https://github.com/nhymxu/homebrew-tap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhymxu/homebrew-tap
- Owner: nhymxu
- Created: 2023-12-04T06:05:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T03:00:11.000Z (about 2 months ago)
- Last Synced: 2024-11-21T03:26:04.017Z (about 2 months ago)
- Language: Ruby
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-tap
## What is Homebrew?
Package manager for macOS (or Linux), see more at https://brew.sh
## What is a Tap?
A third-party (in relation to Homebrew) repository providing installable
packages (formulae) on macOS and Linux.See more at https://docs.brew.sh/Taps
## How do I install packages from here?
```shell
brew install nhymxu/tap/tap-name
```You can also only add the tap which makes formulae within it
available in search results (`brew search` output):```shell
brew tap nhymxu/tap
```Note: to clone the tap via SSH you will need to use:
```shell
brew tap nhymxu/tap https://github.com/nhymxu/homebrew-tap
```While you may search across taps, it is necessary to always use
fully qualified name (incl. the `nhymxu/tap/` prefix)
when refering to formulae in external taps such as this one
outside of search.## What packages are available?
With the following commands, you can install the latest version of each product:
```sh
brew install nhymxu/tap/3utools
brew install nhymxu/tap/battery-toolkit
brew install nhymxu/tap/defguard-client
brew install nhymxu/tap/freefilesync
brew install nhymxu/tap/usql
```