Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mantoso/homebrew-tap
Homebrew Tap
https://github.com/mantoso/homebrew-tap
brew homebrew
Last synced: 23 days ago
JSON representation
Homebrew Tap
- Host: GitHub
- URL: https://github.com/mantoso/homebrew-tap
- Owner: mantoso
- Created: 2023-09-29T16:30:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T18:06:53.000Z (about 1 year ago)
- Last Synced: 2024-10-04T21:43:27.539Z (about 1 month ago)
- Topics: brew, homebrew
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Mantoso Tap
Mantoso Hombrew Tap and Formulas for macOS.
== Install tap
Install the Homebrew tap to make it easier to install formula.
[source, shell]
----
brew tap mantoso/tap
----== Install formula
With the tap installed, choose a formula below and install it.
=== sshpass
`sshpass` is a utility designed for running `ssh` using the mode referred to as _keyboard-interactive_ password authentication, but in non-interactive mode. `ssh` uses direct TTY access to make sure that the password is indeed issued by an interactive keyboard user.
[source, shell]
----
brew install sshpass
----