Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Karmenzind/monaco-nerd-fonts
monaco font patched with extra nerd glyphs
https://github.com/Karmenzind/monaco-nerd-fonts
Last synced: about 9 hours ago
JSON representation
monaco font patched with extra nerd glyphs
- Host: GitHub
- URL: https://github.com/Karmenzind/monaco-nerd-fonts
- Owner: Karmenzind
- Created: 2018-04-20T13:06:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T12:23:04.000Z (about 1 year ago)
- Last Synced: 2024-08-02T13:29:32.754Z (3 months ago)
- Language: Shell
- Size: 9.65 MB
- Stars: 347
- Watchers: 7
- Forks: 40
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monaco-nerd-fonts
Terminal-friendly monaco font, with extra nerd glyphs, [patched](./build.sh) with [ryanoasis's nerd patcher](https://github.com/ryanoasis/nerd-fonts#font-patcher).
Build commands are in [build.sh](./build.sh).
### Usage
Download the font file you need, move it to `/usr/share/fonts/anydir`. For example (Linux):
```bash
git clone https://github.com/Karmenzind/monaco-nerd-fonts
cp -r monaco-nerd-fonts/fonts/ /usr/share/fonts/monaco-nerd-fonts
```If necessary, run `sudo fc-cache -fv` or follow [ArchWiki](https://wiki.archlinux.org/index.php/Fonts#Manual_installation) to make new fonts available.
For **ArchLinux** based distribution, you can directly install via AUR:
```
yay -S ttf-monaco-nerd-font-git
```### Files
- MonacoNerdFontMono-Regular.ttf
- MonacoNerdFont-Regular.ttf> if you prefer the old otf version, check out the `old` branch
### Screenshot
Alacritty terminal:
![](./pics/common.png)
GVim:
![](./pics/gvim.png)
### Updates
- 2023-05-30: [Merged](https://github.com/Karmenzind/monaco-nerd-fonts/pull/9) new 3.0.0 version. (thanks to @hjdarnel)
- 2022-10-18: Nerd-fonts repo had [fixed the 'fl' bug](https://github.com/Karmenzind/monaco-nerd-fonts/issues/5#issuecomment-1280295129) (thanks to @Finii) so I patched new fonts. I don't know where to find the original source `otf` file or how to patch the patched font (it created fonts like `Monaco Nerd Font Complete Nerd Font Complete`, don't want to learn how to fix it). The new font are patched based on [this ttf file](https://www.fontmirror.com/monaco). For now it seems pretty good.
- 2019-03-18: Updating freetype2 to version `2.10.*` might break the font on Archlinux. To fix it, check https://github.com/Karmenzind/monaco-nerd-fonts/issues/2 (thanks to @guihkx). I'll update the font file at my leisure time.