mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
35 lines
557 B
Markdown
35 lines
557 B
Markdown
# Nerd fonts
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
1. [Sources](#sources)
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
# Installation.
|
|
brew install --cask 'font-roboto-mono-nerd-font'
|
|
brew install --cask 'font-hack-nerd-font'
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [Website]
|
|
|
|
## Sources
|
|
|
|
All the references in the [further readings] section, plus the following:
|
|
|
|
- [Github]
|
|
|
|
<!--
|
|
References
|
|
-->
|
|
|
|
<!-- In-article sections -->
|
|
[further readings]: #further-readings
|
|
|
|
<!-- Upstream -->
|
|
[github]: https://github.com/ryanoasis/nerd-fonts
|
|
[website]: https://www.nerdfonts.com/
|