https://github.com/danielbayley/homebrew-fonts
Extra fonts with @Homebrew.
https://github.com/danielbayley/homebrew-fonts
cask fonts formula formulae homebrew macos osx tap typography
Last synced: about 1 year ago
JSON representation
Extra fonts with @Homebrew.
- Host: GitHub
- URL: https://github.com/danielbayley/homebrew-fonts
- Owner: danielbayley
- License: mit
- Created: 2020-12-17T16:52:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T18:34:23.000Z (over 5 years ago)
- Last Synced: 2025-02-12T11:53:47.226Z (over 1 year ago)
- Topics: cask, fonts, formula, formulae, homebrew, macos, osx, tap, typography
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
_[Homebrew]_ Fonts
==================
Extra fonts with [Homebrew].
Install
-------
~~~ sh
brew tap danielbayley/fonts
brew cask install #font-token
~~~
`system_profiler SPFontsDataType` will give you a list of installed fonts with detailed information, including the PostScript name you might need for your preferred editor or terminal. Using _[Fira Code]_ for example, `system_profiler SPFontsDataType | grep Fira` would give you `FiraCode-Retina`. You can also run `fc-scan --format %{postscriptname}` directly on the font file.
[Atom]:
~~~ coffee
# ${ATOM_HOME:-~/.atom}/config.cson
editor:
fontFamily: "FiraCode-Retina, monospace"
~~~
[VS Code]:
~~~ js
// ${VSCODE_APPDATA:-~/Library/Application Support}/{Code,VSCodium}/User/settings.json
"editor.fontFamily": "FiraCode-Retina, monospace",
"editor.fontLigatures": true,
~~~
[Hyper]:
~~~ js
// ~/.hyper.js
fontFamily: 'FiraCode-Retina, monospace',
~~~
[Contribute][guide]
-------------------
`git config core.hooksPath .github/hooks` and follow the contribution [guide], or copy and adapt an [existing] _[Cask]_.
License
-------
[MIT] © [Daniel Bayley]
[MIT]: LICENSE.md
[Daniel Bayley]: https://github.com/danielbayley
[homebrew]: https://brew.sh
[cask]: https://docs.brew.sh/Formula-Cookbook#homebrew-terminology
[guide]: https://github.com/caskroom/homebrew-cask/blob/master/doc/development/adding_a_cask.md
[existing]: Casks
[atom]: https://atom.io
[vs code]: https://code.visualstudio.com
[hyper]: https://hyper.is
[fira code]: https://github.com/tonsky/FiraCode