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
25 lines
874 B
Markdown
25 lines
874 B
Markdown
# Repository of Fonts
|
|
|
|
This repository contains a collection of fonts that I have found and liked. I have collected them here so that I can easily access them from any computer. They are in the homebrew format for easy installation using homebrew.
|
|
|
|
## Prerequisites
|
|
You need to have the following installed on your system to use this repository:
|
|
- ### 👨🏼💻 Xcode Command Line Tools
|
|
- ```sh
|
|
xcode-select --install
|
|
```
|
|
- ### [🍻 Homebrew](https://brew.sh/)
|
|
- ```sh
|
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
```
|
|
|
|
|
|
## Installation
|
|
|
|
- ```sh
|
|
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 --cask {font-name} // Replace {font-name} with the name of the font you want to install
|
|
```
|