Skip to content

Commit

Permalink
setup-mac-brew: update for mainlining of fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jun 27, 2024
1 parent 46724d0 commit ba64cbb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions commands/setup-mac-brew
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ function setup_mac_brew() (
'homebrew/core'
'homebrew/cask'
# deprecated
'caskroom/cask' # replaced by 'homebrew/cask'
'caskroom/fonts' # replaced by 'homebrew/cask-fonts'
'caskroom/cask' # replaced by 'homebrew/cask'
'caskroom/fonts' # replaced by 'homebrew/cask-fonts'
'homebrew/cask-fonts' # fonts mainlined https://github.com/ryanoasis/nerd-fonts/issues/1635#issue-2296375213
)
local HOMEBREW_TAPS=()
local HOMEBREW_FORMULAS=()
Expand Down Expand Up @@ -64,9 +65,6 @@ function setup_mac_brew() (

# add essentials
HOMEBREW_TAPS+=(
# The fonts tap, is used by HOMEBREW_FONTS
'homebrew/cask-fonts'

# the ffmpeg tap includes all the options, and is used later
# https://github.com/homebrew-ffmpeg/homebrew-ffmpeg
# https://trac.ffmpeg.org/wiki/CompilationGuide/macOS#Additionaloptions
Expand Down

0 comments on commit ba64cbb

Please sign in to comment.