Update download URLs for trtmn/homebrew-fonts on port 3000

Migrated from old gitea path Fonts/homebrew-fonts:8085 to trtmn/homebrew-fonts:3000.
Updates:
- Cask URL template in .fontfoldercleanup/create_homebrew_formula.py
- tap_config.rb (tap name, homepage, url, class)
- README.md (brew tap command + install --cask)
- CLAUDE.md, PROJECT.md (URL references)
- Regenerated all 200 casks with new URLs
This commit is contained in:
Matt Troutman 2026-04-22 19:13:45 -05:00
parent 78037f2d06
commit 183268f66e
No known key found for this signature in database
206 changed files with 417 additions and 450 deletions

View file

@ -17,9 +17,9 @@ You need to have the following installed on your system to use this repository:
## Installation
- ```sh
brew tap clancy/fonts ssh://git@clancy.genet-godzilla.ts.net:2222/clancy/homebrew-fonts.git # You only need to do this once!
brew tap trtmn/fonts ssh://git@clancy.genet-godzilla.ts.net:2222/trtmn/homebrew-fonts.git # You only need to do this once!
```
- ```sh
brew install {font-name} // Replace {font-name} with the name of the font you want to install
brew install --cask {font-name} // Replace {font-name} with the name of the font you want to install
```