casks: Fix tap command and repo links

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2024-03-27 08:30:25 +01:00 committed by Fini
parent 30ecf9c330
commit b4b51f4868
5 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 3.1.1
# Script Version: 2.2.2
# Script Version: 2.2.3
#
# Iterates over all [*] archived fonts
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
# to generate ruby cask files for homebrew-fonts (https://github.com/Homebrew/homebrew-cask-fonts)
# * Only adds non-Windows versions of the fonts
# * Needs the zip archives in archives/ (i.e. run `./archive-fonts.sh` first)
#

View file

@ -251,10 +251,10 @@ _注_: **Requires cloning** the repo as of now
> 适用于 **macOS系统**的**Homebrew**使用者。
所有字体都可以通过 [Homebrew 字体](https://github.com/caskroom/homebrew-fonts) 从 macOS (OS X)平台上找到
所有字体都可以通过 [Homebrew 字体](https://github.com/Homebrew/homebrew-cask-fonts) 从 macOS (OS X)平台上找到
```sh
brew tap caskroom/fonts
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
```

View file

@ -311,7 +311,7 @@ _Note_: **Requiert le clonage** du dépôt
> La meilleure option si vous êtes sur **macOS** et que vous voulez utiliser **Homebrew**.
Toutes les polices sont disponibles via [Homebrew Fonts](https://github.com/caskroom/homebrew-fonts) sur macOS (OS X)
Toutes les polices sont disponibles via [Homebrew Fonts](https://github.com/Homebrew/homebrew-cask-fonts) sur macOS (OS X)
```sh
brew tap homebrew/cask-fonts

View file

@ -306,10 +306,10 @@ _Uwaga_: Od teraz **wymaga kolonowania** repo
> Najlepsza opcja jeśli używasz **macOS** i chcesz skorzystac z **Homebrew**.
Wszystkie czcionki są dostępne na [Homebrew Fonts](https://github.com/caskroom/homebrew-fonts) na macOS (OS X)
Wszystkie czcionki są dostępne na [Homebrew Fonts](https://github.com/Homebrew/homebrew-cask-fonts) na macOS (OS X)
```sh
brew tap caskroom/fonts
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
```

View file

@ -250,10 +250,10 @@ _註_: **Requires cloning** the repo as of now
> 適用於 **macOS 系統**的**Homebrew**使用者。
所有字體都可以透過 [Homebrew 字體](https://github.com/caskroom/homebrew-fonts) 從 macOS (OS X)平台上找到
所有字體都可以透過 [Homebrew 字體](https://github.com/Homebrew/homebrew-cask-fonts) 從 macOS (OS X)平台上找到
```sh
brew tap caskroom/fonts
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
```