Skip to content

Homebrew formula broken? #230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
eggsyntax opened this issue Nov 13, 2016 · 9 comments
Open

Homebrew formula broken? #230

eggsyntax opened this issue Nov 13, 2016 · 9 comments

Comments

@eggsyntax
Copy link

$> brew tap caskroom/fonts

$> brew install font-hack
Error: No available formula with the name "font-hack"
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.

@chrissimpkins
Copy link
Member

We don't maintain the Homebrew cask for Hack. I would check with the Homebrew crew to see if there is a problem with the install script. Help with a fix would be greatly appreciated!

@beng
Copy link

beng commented Dec 13, 2016

@eggsyntax you're missing cask in the second command. the commands below worked for me:

$ brew tap caskroom/fonts
$ brew cask install font-hack

@eggsyntax
Copy link
Author

@chrissimpkins fair enough, thanks!
@beng Doh! You're entirely correct; my bad. Thanks :)

@eggsyntax
Copy link
Author

Closed as PEBKAC.

@chrissimpkins
Copy link
Member

thanks!

@sryze
Copy link

sryze commented Feb 19, 2019

Would be nice to have this in the readme, I personally had no idea that caskroom/fonts/font-hack means these 2 commands

@chrissimpkins
Copy link
Member

Thanks for this feedback Sergey. Yes, we can definitely add the instructions to the README.

@cod1ingcoding
Copy link

cod1ingcoding commented Mar 23, 2021

update for m1

brew tap homebrew/cask-fonts    
brew install --cask font-hack

@chrissimpkins chrissimpkins reopened this Mar 23, 2021
@chrissimpkins
Copy link
Member

update for m1


brew tap homebrew/cask-fonts    

brew install --cask font-hack

Ty! Only needs a README update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants