Skip to content

Instantly share code, notes, and snippets.

View jpfreire's full-sized avatar

João Paulo jpfreire

  • Chesf
  • Recife - PE
View GitHub Profile
@jpfreire
jpfreire / font_name.sh
Created September 20, 2020 23:54
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