From 87015c07de8a1741e678c3a26a0d785a3fdb64e5 Mon Sep 17 00:00:00 2001 From: stekman08 Date: Mon, 19 Aug 2024 06:25:43 +0200 Subject: [PATCH] Remove 'brew tap homebrew/cask-fonts' --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 294e3d7..b3d53d9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ You'll also need to install extra cli tools as described in this blog post and v - sketchybar: `brew tap FelixKratz/formulae` and `brew install sketchybar` - jq (json command line processor): `brew install jq` -- SF Pro Font: `brew tap homebrew/cask-fonts` and `brew install font-sf-pro` +- SF Pro Font: `brew install font-sf-pro` - SF Symbols: `brew install --cask sf-symbols`: - Sketchybar App Font: @@ -122,7 +122,6 @@ brew install --cask iterm2 Nerd font: ```bash -brew tap homebrew/cask-fonts brew install font-meslo-lg-nerd-font ```