Skip to content

homebrew-cask-fonts for "All Users" #4138

Discussion options

You must be logged in to vote

Old question but I had the same issue today and found a solution.

brew install your-font --fontdir=/Library/Fonts/ works on OS X.
The man page also references it. I was looking to make it the default so putting this (without the --appdir argument) in your shell profile/config.

HOMEBREW_CASK_OPTS

Append these options to all cask commands. All --*dir options, --language, --require-sha, --no-quarantine and --no-binaries are supported. For example, you might add something like the following to your ~/.profile, ~/.bash_profile, or ~/.zshenv:

export HOMEBREW_CASK_OPTS="--appdir=~/Applications --fontdir=/Library/Fonts"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hitesh-pathak
Comment options

Answer selected by jbaeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants