Skip to content

Instantly share code, notes, and snippets.

@mattpetters
Last active September 12, 2022 20:59
Show Gist options
  • Save mattpetters/f7eb8e4e150d399e8f2f01314de785c6 to your computer and use it in GitHub Desktop.
Save mattpetters/f7eb8e4e150d399e8f2f01314de785c6 to your computer and use it in GitHub Desktop.

How to Patch Envy Code R with Nerd Font Glyphs

The author @damieng did an amazing job with this font but expressly explains that it cannot be redistributed.

So in honoring that here is a little guide for bringing it into the new decade and patching it with Nerd Fonts.

https://github.com/ryanoasis/nerd-fonts#font-patcher

  1. Download the original:

https://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released/

  1. Put all the .ttf files into a dir somewhere on your drive ie; "~/Desktop/patchme"

  2. Use the docker version of the font patcher from nerd fonts like so:

docker run --rm -v ~/Desktop/patchme:/in -v ~/Desktop/patched:/out nerdfonts/patcher --fontawesome

The above uses fontawesome which is what I did but you can also just drop that flag for the default config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment