This is a living document that might evolve over time.
Basics
What is Homebrew?
It is a fancy package manager primarily for macOS, though it is also available for linux.
Update, list & uninstall
brew update
brew upgrade
brew list
brew uninstall package
Packages & Casks
| Name | Description |
|---|---|
| Ghostty | terminal |
| VSCodium | OSS alternative to VSCode |
| lazygit | version control TUI |
| glow | markdown viewer |
| gum | glamorous shell scripts |
| eza | better ls |
| fzf | fuzzy finder |
| fd | better find |
| tree | visualize folder tree |
| exiftool | image metadata tool |
| fastfetch | visualize device information |
| hugo | static site generator |
| node | package manager |
| git | version control |