Skip to content

Instantly share code, notes, and snippets.

@jpfreire
Created September 20, 2020 23:54
Show Gist options
  • Save jpfreire/a50b6d34f0db0180733d4fbc12233e68 to your computer and use it in GitHub Desktop.
Save jpfreire/a50b6d34f0db0180733d4fbc12233e68 to your computer and use it in GitHub Desktop.
Get the name of the font for vscode
strings ~/Library/Fonts/"Fira Code Retina Nerd Font Complete.otf" | grep Fira | head -n 5 | tail -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment