Skip to content

Instantly share code, notes, and snippets.

@mfilej
Last active February 11, 2021 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfilej/90e20df81ab10f6c1ec2c467dadab8bf to your computer and use it in GitHub Desktop.
Save mfilej/90e20df81ab10f6c1ec2c467dadab8bf to your computer and use it in GitHub Desktop.
tap 'homebrew/cask-fonts'
cask 'font-fira-code'
cask 'font-ibm-plex-mono'
cask 'font-source-code-pro'
cask 'font-monoid'
cask 'font-hack'
cask 'font-iosevka'
cask 'font-jetbrains-mono'
cask 'font-fantasque-sans-mono'
cask 'font-ubuntu-mono'
cask 'font-anonymous-pro'
cask 'font-inconsolata'
cask 'font-victor-mono'
cask 'font-space-mono'
cask 'font-hasklig'
@mfilej
Copy link
Author

mfilej commented Feb 10, 2021

Download the file and install with:

brew bundle --file Fonts.brewfile

@lukerandall
Copy link

Or curl https://gist.githubusercontent.com/mfilej/90e20df81ab10f6c1ec2c467dadab8bf/raw/0131a90bd750d45e1ebaf60e8de3c269fcae50d8/Fonts.brewfile | brew bundle --file=- for the bold 😛

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