Skip to content

luckman212/font-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

font-installer

What is this?

A small shell script to automate font installation on macOS.

In its current form, the script fetches the latest version of the JetBrains-Mono font from its GitHub repo, compares it with the locally-installed version and (if the versions don't match) downloads and installs the fonts.

How to use

  1. Download the script
  2. Open a Terminal and make it executable: chmod +x install-jetbrainsmono.sh
  3. Execute it: ./install-jetbrainsmono.sh

Notes

  • Requires Homebrew to grab the 2 dependencies (jq to parse the GitHub API response and otfinfo to check the local font version info)
  • Feel free to modify as needed
  • Based on this StackExchange post

About

Helper script to automate font installation on macOS

Topics

Resources

Stars

Watchers

Forks

Languages