session 2026-06-26: PENDING-42 (Chamber Library spec ratified) + session ledger + Brewfile
Governance state from the chamber-library milestone session (spec §§I–VI ratified, first spec-conformant graduation). Ledger records the day's returns + follow-ons. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019pnD8uNFC9Q2dbLQa3MBDc
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
fa69b63c5c
commit
adb3d88596
@@ -1,57 +1,103 @@
|
||||
tap "dart-lang/dart"
|
||||
tap "sass/sass"
|
||||
# Plugin manager for zsh, inspired by antigen and antibody
|
||||
brew "antidote"
|
||||
# Bourne-Again SHell, a UNIX command interpreter
|
||||
brew "bash"
|
||||
# Clone of cat(1) with syntax highlighting and Git integration
|
||||
brew "bat"
|
||||
# Bash scripts that integrate bat with various command-line tools
|
||||
brew "bat-extras"
|
||||
# Arbitrary precision numeric processing language
|
||||
brew "bc"
|
||||
# Library for manipulating PNG images
|
||||
brew "libpng"
|
||||
# Vector graphics library with cross-device output support
|
||||
brew "cairo"
|
||||
# GNU File, Shell, and Text utilities
|
||||
brew "coreutils"
|
||||
# Perl lib for reading and writing EXIF metadata
|
||||
brew "exiftool"
|
||||
# Modern, maintained replacement for ls
|
||||
brew "eza"
|
||||
# Like neofetch, but much faster because written mostly in C
|
||||
brew "fastfetch"
|
||||
# Simple, fast and user-friendly alternative to find
|
||||
brew "fd"
|
||||
# Play, record, convert, and stream select audio and video codecs
|
||||
brew "ffmpeg"
|
||||
# Utilities to create and convert Web Open Font File (WOFF) files
|
||||
brew "woff2"
|
||||
# Command-line outline and bitmap font editor/converter
|
||||
brew "fontforge"
|
||||
# GitHub command-line tool
|
||||
brew "gh"
|
||||
# Interpreter for PostScript and PDF
|
||||
brew "ghostscript"
|
||||
# Distributed revision control system
|
||||
brew "git"
|
||||
# Git extension for versioning large files
|
||||
brew "git-lfs"
|
||||
# GNU grep, egrep and fgrep
|
||||
brew "grep"
|
||||
# Cross-platform program for developing Haskell projects
|
||||
brew "haskell-stack"
|
||||
# Duplicate file finder and an enhanced fork of 'fdupes'
|
||||
brew "jdupes"
|
||||
# Image manipulation library
|
||||
brew "jpeg"
|
||||
# Lightweight and flexible command-line JSON processor
|
||||
brew "jq"
|
||||
# Keep your Mac's application settings in sync
|
||||
brew "mackup"
|
||||
# Mac App Store command-line interface
|
||||
brew "mas"
|
||||
# Turn marked-up plain text into well-formatted documents
|
||||
brew "multimarkdown"
|
||||
# Swiss-army knife of markup format conversion
|
||||
brew "pandoc"
|
||||
# Password manager
|
||||
brew "pass"
|
||||
# Execute binaries from Python packages in isolated environments
|
||||
brew "pipx"
|
||||
# Package compiler and linker metadata toolkit
|
||||
brew "pkgconf"
|
||||
# PDF rendering library (based on the xpdf-3.0 code base)
|
||||
brew "poppler"
|
||||
# Theme for zsh
|
||||
brew "powerlevel10k"
|
||||
# Interpreted, interactive, object-oriented programming language
|
||||
brew "python@3.13"
|
||||
# Search tool like grep and The Silver Searcher
|
||||
brew "ripgrep"
|
||||
# Extremely fast tool to remove dupes and other lint from your filesystem
|
||||
brew "rmlint"
|
||||
# Non-interactive SSH password auth
|
||||
brew "sshpass"
|
||||
# Command-line tool to interact with Gitea servers
|
||||
brew "tea"
|
||||
# Very fast implementation of tldr in Rust
|
||||
brew "tealdeer"
|
||||
# Auto-hinter for TrueType fonts
|
||||
brew "ttfautohint"
|
||||
# Extremely fast Python package installer and resolver, written in Rust
|
||||
brew "uv"
|
||||
# Terminal-based Tetris clone
|
||||
brew "vitetris"
|
||||
# Internet file retriever
|
||||
brew "wget"
|
||||
brew "sass/sass/sass"
|
||||
# Utility that prevents the system from going to sleep
|
||||
cask "caffeine"
|
||||
# E-books management software
|
||||
cask "calibre"
|
||||
cask "font-hack-nerd-font"
|
||||
# GPU-based terminal emulator
|
||||
cask "kitty"
|
||||
# Full TeX Live distribution with GUI applications
|
||||
cask "mactex"
|
||||
# ollama via the official app cask — the FORMULA bottle ships without llama-server on
|
||||
# macOS ARM (0.30.x; homebrew-core#285917) and every model load 500s. Swapped 2026-06-07.
|
||||
# Get up and running with large language models locally
|
||||
cask "ollama-app"
|
||||
# Open-source version of the X.Org X Window System
|
||||
cask "xquartz"
|
||||
mas "1Password for Safari", id: 1569813296
|
||||
mas "Calculator DA", id: 1464969384
|
||||
|
||||
Reference in New Issue
Block a user