Brewfile: stripped to essential tools (~600MB freed), removed boost, cmake, aerc, newsboat, fontforge, starship, and 24 auto-dependencies. Added caffeine, ollama, fastfetch, ocrmypdf, tea, sshpass, vitetris. Dropped 1password, iterm2, github-desktop, hazel, swiftbar, oversight. Shell: fixed all stale references (fzf, zoxide, starship, old paths, Homebrew node aliases). Updated project paths to ~/_Dev/. Added CapableMind aliases (cm, bmf, bmf-health, bmf-status, bmf-logs). Configs: removed iterm2, neofetch, swiftbar configs. Added capablemind (launchd plists, MCP example, bmf-start script). Updated SSH config with git.skemantix.com. Added CLAUDE.md to dotfiles. Scripts: consolidated 3 backup scripts into 1 (backup-all-secrets.sh), added pass store backup. Added setup-capablemind.sh for full environment reconstruction. Updated symlinks.sh for new config structure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
143 lines
5.2 KiB
Ruby
143 lines
5.2 KiB
Ruby
# 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
|
|
mas "Dark Reader for Safari", id: 1438243180
|
|
mas "Hush", id: 1544743900
|
|
mas "Vinegar", id: 1591303229
|
|
mas "StopTheMadness Pro", id: 6471380298
|
|
mas "Super Agent", id: 1568262835
|
|
|
|
# Reading & Research
|
|
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)
|