Fini
Fini
Hmm, but of course that will have more / different dependencies than the current `install.sh`, namely "(`zip` or `xz`) and `jq` and `curl`" 😒
> Off topic, but when invoking existing `install.sh`, should we use the values from `Original Font Name and Repository` or `Font Name` column from [here](https://github.com/ryanoasis/nerd-fonts?tab=readme-ov-file#patched-fonts)? It seems, despite the comment,...
Another idea for the brushed-up script comes in by @laur89 > Understandable if it's too much cruft to add, but would love something like `--with-mono` (or perhaps `--include-mono`?) to include...
Thanks for the suggestion. Could you provide links to the google fonts page, and maybe find out where the real repo is? Google fonts is ... well ... not very...
Sorry to hear of your problems. Can you share a screenshot of the VScode Terminal complete with what is in it that shows it's not working? Also I'm a but...
Hmm, `Source` `Serif` and `Sans` are proportional fonts and not monospaced fonts like `Code`. Usually Nerd Fonts has only monospaced fonts, because only they work in terminals. What would you...
Well, there are more ```console $ jq -r '.fonts[] | select(.isMonospaced == false) | .unpatchedName' bin/scripts/lib/fonts.json Arimo Heavy Data OpenDyslexic Tinos Ubuntu ``` but they are unusual (for Nerd Fonts)...
The last time I looked the recommended archive type for brews was still zip and there was a discussion about adding xz to the core or not. Do you have...
Well, the use of `xz` is rather uncommon for Casks: With the Homebrew discussion I meant Homebrew's discussion if `xz` should be allowed. Iirc the problem was `xz` is not...
Thanks @p-linnane It does work with a current (i.e. I only tried Sequoia 15.6.1) MacOS. Because the `tar` there, a `bsdtar 3.5.3`, has built-in `xz` support - I guess it...