mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
Remove 'brew tap homebrew/cask-fonts'
This commit is contained in:
parent
cb670e8890
commit
87015c07de
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue