Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 889 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 889 Bytes

homebrew-stale-brews

Using this Tap

To get started with using the forumals in this project, simply tap it:

brew tap healthify/stale-brews

Then, install your desired formula:

brew install [email protected]

Tapping via SSH

Homebrew, by default, uses HTTPS requests to clone Taps, requiring a username and password for private repositories. To use SSH instead, you can use git's insteadOf configuration:

git config --global url.'[email protected]:'.insteadOf https://github.com/

If applied correctly your ~/.gitconfig file should look similar to this:

[user]
  name = YOUR NAME

#
# Other configuration settings...
#

[url "[email protected]:"]
  insteadOf = https://github.com/

Additional Reading