Hack
Hack copied to clipboard
Homebrew formula broken?
$> 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.
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!
@eggsyntax you're missing cask in the second command. the commands below worked for me:
$ brew tap caskroom/fonts
$ brew cask install font-hack
@chrissimpkins fair enough, thanks! @beng Doh! You're entirely correct; my bad. Thanks :)
Closed as PEBKAC.
thanks!
Would be nice to have this in the readme, I personally had no idea that caskroom/fonts/font-hack means these 2 commands
Thanks for this feedback Sergey. Yes, we can definitely add the instructions to the README.
update for m1
brew tap homebrew/cask-fonts
brew install --cask font-hack
update for m1
brew tap homebrew/cask-fonts brew install --cask font-hack
Ty! Only needs a README update?