githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.23k stars 215 forks source link

Add documentation block for using homebrew #33

Closed mheob closed 8 months ago

mheob commented 8 months ago

Add a documentation block for installing the font via homebrew on a MacOS.

Addition to and closes #14

altaywtf commented 8 months ago

shouldn't we do brew tap homebrew/cask-fonts first?

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

worked out for me, but brew install --cask font-monaspace didn't.

mheob commented 8 months ago

You are right. Since I had already tapped homebrew/cask-fonts, I forgot that we have to call it at least once.

I added it now.

krehel commented 8 months ago

Thanks for adding the instruction for Homebrew!

idan commented 8 months ago

Thank you!!