🍺 Add Homebrew (brew) to project documentation and metadata

This commit is contained in:
2026-04-12 01:56:18 +08:00
parent 86d9fce481
commit 58668e55ed
3 changed files with 18 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
| Name | Alias | Cheat Sheet | Description |
| ----- | ----- | ----- | ----- |
| brew | homebrew | [CHEATSHEET.md](brew/CHEATSHEET.md) | 🍺 The missing package manager for macOS (or Linux) |
| duf | - | [CHEATSHEET.md](duf/CHEATSHEET.md) | Disk Usage/Free Utility - a better 'df' alternative |
| fzf | - | [CHEATSHEET.md](fzf/CHEATSHEET.md) | 🌸 A command-line fuzzy finder |
| jq | - | [CHEATSHEET.md](jq/CHEATSHEET.md) | Command-line JSON processor |

11
brew/CHEATSHEET.md Normal file
View File

@@ -0,0 +1,11 @@
# brew
## Meta
```yaml
name: brew
aliases: homebrew
repo: https://github.com/Homebrew/brew
description: 🍺 The missing package manager for macOS (or Linux)
```

View File

@@ -1,4 +1,10 @@
[
{
"name": "brew",
"aliases": "homebrew",
"repo": "https://github.com/Homebrew/brew",
"description": "🍺 The missing package manager for macOS (or Linux)"
},
{
"name": "duf",
"repo": "https://github.com/muesli/duf",