🔧 Auto-commit from sysupdate on 2026-04-16 18:12

This commit is contained in:
David F Glidden
2026-04-16 18:12:51 +02:00
parent 265d782eee
commit 45a5beee51
2 changed files with 143 additions and 146 deletions
+56 -137
View File
@@ -1,142 +1,61 @@
# Brewfile - Optimized for CapableMind development, research, and ARC publishing
# Last updated: 2026-03-20
# Taps
tap "homebrew/cask"
tap "homebrew/cask-fonts"
# ============================================
# SHELL & TERMINAL
# ============================================
brew "antidote" # ZSH plugin manager
brew "powerlevel10k" # ZSH theme
# ============================================
# ESSENTIAL CLI TOOLS
# ============================================
brew "mas" # Mac App Store CLI
brew "git" # Version control
brew "git-lfs" # Git large file storage
brew "wget" # Download files
brew "tree" # Directory visualization
brew "coreutils" # GNU core utilities
brew "eza" # Modern ls replacement
brew "jq" # JSON processor
brew "ripgrep" # Fast grep alternative (rg)
brew "fd" # Fast find alternative
brew "bat" # Better cat with syntax highlighting
brew "tealdeer" # Simplified man pages (tldr)
# ============================================
# DEVELOPMENT
# ============================================
# Node.js managed via nvm, not Homebrew
brew "python@3.13" # Python
brew "pandoc" # Document converter
brew "multimarkdown" # Enhanced markdown processor
brew "gh" # GitHub CLI
# Future: custom AldineXXI prose linter (replaces proselint)
# ============================================
# CAPABLEMIND / AI
# ============================================
cask "ollama" # Local LLMs + embedding models
brew "gnupg" # GPG encryption (dependency for pass)
brew "pass" # Password store
# ============================================
# TERMINAL & EDITORS
# ============================================
cask "kitty" # GPU-accelerated terminal
cask "bbedit" # Text editor
# ============================================
# PRODUCTIVITY
# ============================================
cask "obsidian" # Knowledge base
cask "marked" # Markdown preview (Marked 2)
cask "launchbar" # Application launcher
cask "signal" # Encrypted messaging
# ============================================
# UTILITIES
# ============================================
cask "karabiner-elements" # Keyboard customization
cask "keka" # Archive utility
cask "appcleaner" # Uninstall apps cleanly (no background daemon)
cask "bartender" # Menu bar organization
cask "soundsource" # Audio control
cask "caffeine" # Prevent sleep
cask "vuescan" # Scanner software
# ============================================
# MEDIA
# ============================================
brew "ffmpeg" # Media processing
brew "yt-dlp" # YouTube downloader
brew "exiftool" # Read/write EXIF metadata
cask "vlc" # Media player
cask "handbrake" # Video transcoder
cask "xld" # Audio converter
cask "transmission" # BitTorrent client
# ============================================
# SECURITY & TRANSFER
# ============================================
cask "gpg-suite" # GPG keychain and tools
cask "transmit" # FTP/SFTP client
# ============================================
# OTHER TOOLS
# ============================================
brew "fastfetch" # System info display (replaced neofetch)
brew "qrencode" # Generate QR codes
brew "ocrmypdf" # OCR for PDFs
brew "tesseract" # OCR engine (ocrmypdf dependency)
brew "mackup" # Backup/sync app preferences
brew "tea" # Gitea CLI
brew "sshpass" # SSH password automation (clasp access)
brew "vitetris" # Tetris
# ============================================
# FONTS
# ============================================
cask "font-hack-nerd-font" # Programming font with icons (powerlevel10k)
# ============================================
# MAC APP STORE
# ============================================
# Productivity
mas "Drafts", id: 1435957248
mas "iA Writer", id: 775737590
mas "PCalc", id: 403504866
# Safari Extensions
mas "Kagi Search", id: 1622835804
brew "antidote"
brew "libpng"
brew "bat"
brew "bat-extras"
brew "bc"
brew "cairo"
brew "coreutils"
brew "exiftool"
brew "eza"
brew "fastfetch"
brew "fd"
brew "ffmpeg"
brew "gh"
brew "ghostscript"
brew "git"
brew "git-lfs"
brew "grep"
brew "jpeg"
brew "jq"
brew "mackup"
brew "mas"
brew "multimarkdown"
brew "ocrmypdf"
brew "ollama", restart_service: :changed
brew "pandoc"
brew "pass"
brew "pkgconf"
brew "poppler"
brew "powerlevel10k"
brew "python@3.13"
brew "ripgrep"
brew "sshpass"
brew "tea"
brew "tealdeer"
brew "vitetris"
brew "wget"
brew "woff2"
cask "caffeine"
cask "font-hack-nerd-font"
cask "kitty"
cask "mactex"
cask "xquartz"
mas "Calculator DA", id: 1464969384
mas "Cat Scratches", id: 6749605278
mas "Dark Reader for Safari", id: 1438243180
mas "Exporter", id: 1099120373
mas "Folder Quick Look", id: 6753110395
mas "History Book", id: 1619241039
mas "Hush", id: 1544743900
mas "Vinegar", id: 1591303229
mas "StopTheMadness Pro", id: 6471380298
mas "Super Agent", id: 1568262835
# Reading & Research
mas "iA Writer", id: 775737590
mas "Kagi Search", id: 1622835804
mas "Klib", id: 1196268448
mas "forScore", id: 363738376
mas "Obsidian Web Clipper", id: 6720708363
# Utilities
mas "LocalSend", id: 1661733229
mas "NordVPN", id: 905953485
mas "Table Tool", id: 1122008420
mas "xSearch", id: 1579902068
mas "Mapper", id: 1589391989
# Privacy/Security
mas "Orbot", id: 1609461599
# ============================================
# APPS TO INSTALL MANUALLY
# ============================================
# These don't have casks or require special handling:
# - Claude (Anthropic)
# - Dorico 5 (Steinberg — music engraving)
mas "NordVPN", id: 905953485
mas "Numbers", id: 361304891
mas "Pages", id: 361309726
mas "Portal", id: 1436994560
mas "Super Agent", id: 1568262835
mas "Table Tool", id: 1122008420
mas "TestFlight", id: 899247664