Audit and optimize for CapableMind development
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>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
e7bb361bd2
commit
066a47a26b
@@ -1,5 +1,5 @@
|
||||
# Brewfile - Curated list for fresh macOS setup
|
||||
# Comment out lines for apps you don't want installed
|
||||
# Brewfile - Optimized for CapableMind development, research, and ARC publishing
|
||||
# Last updated: 2026-03-20
|
||||
|
||||
# Taps
|
||||
tap "homebrew/cask"
|
||||
@@ -10,16 +10,13 @@ tap "homebrew/cask-fonts"
|
||||
# ============================================
|
||||
brew "antidote" # ZSH plugin manager
|
||||
brew "powerlevel10k" # ZSH theme
|
||||
brew "fzf" # Fuzzy finder
|
||||
brew "zoxide" # Smarter cd command
|
||||
brew "direnv" # Per-directory environment variables
|
||||
brew "tmux" # Terminal multiplexer
|
||||
|
||||
# ============================================
|
||||
# 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
|
||||
@@ -28,58 +25,55 @@ brew "jq" # JSON processor
|
||||
brew "ripgrep" # Fast grep alternative (rg)
|
||||
brew "fd" # Fast find alternative
|
||||
brew "bat" # Better cat with syntax highlighting
|
||||
brew "tldr" # Simplified man pages
|
||||
brew "httpie" # Modern curl alternative
|
||||
brew "tealdeer" # Simplified man pages (tldr)
|
||||
|
||||
# ============================================
|
||||
# DEVELOPMENT TOOLS
|
||||
# DEVELOPMENT
|
||||
# ============================================
|
||||
# brew "node" # Node.js (you use nvm instead)
|
||||
brew "python@3.12" # Python (for proselint dependency)
|
||||
brew "python@3.13" # Python (latest)
|
||||
brew "pipx" # Install Python apps in isolated envs
|
||||
# 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
|
||||
brew "proselint" # Prose linter
|
||||
# Future: custom AldineXXI prose linter (replaces proselint)
|
||||
|
||||
# Text editors & IDEs
|
||||
cask "iterm2" # Terminal emulator
|
||||
# ============================================
|
||||
# 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
|
||||
|
||||
# Version control
|
||||
cask "github" # GitHub Desktop
|
||||
|
||||
# ============================================
|
||||
# PRODUCTIVITY & ESSENTIAL APPS
|
||||
# PRODUCTIVITY
|
||||
# ============================================
|
||||
cask "1password" # Password manager
|
||||
cask "obsidian" # Knowledge base
|
||||
cask "marked" # Markdown preview (Marked 2)
|
||||
cask "launchbar" # Application launcher
|
||||
|
||||
# Communication
|
||||
cask "signal" # Encrypted messaging
|
||||
# cask "telegram" # Messaging
|
||||
|
||||
# ============================================
|
||||
# UTILITIES
|
||||
# ============================================
|
||||
cask "karabiner-elements" # Keyboard customization
|
||||
cask "hazel" # Automated organization
|
||||
cask "keka" # Archive utility
|
||||
cask "appcleaner" # Uninstall apps cleanly
|
||||
cask "appcleaner" # Uninstall apps cleanly (no background daemon)
|
||||
cask "bartender" # Menu bar organization
|
||||
cask "swiftbar" # Menu bar scripts
|
||||
cask "soundsource" # Audio control
|
||||
cask "caffeine" # Prevent sleep
|
||||
cask "vuescan" # Scanner software
|
||||
|
||||
# ============================================
|
||||
# MEDIA & CREATIVE
|
||||
# MEDIA
|
||||
# ============================================
|
||||
brew "ffmpeg" # Media processing
|
||||
brew "yt-dlp" # YouTube downloader (active fork)
|
||||
brew "yt-dlp" # YouTube downloader
|
||||
brew "exiftool" # Read/write EXIF metadata
|
||||
cask "vlc" # Media player
|
||||
cask "handbrake" # Video transcoder
|
||||
@@ -87,87 +81,62 @@ cask "xld" # Audio converter
|
||||
cask "transmission" # BitTorrent client
|
||||
|
||||
# ============================================
|
||||
# OPTIONAL/SPECIFIC USE
|
||||
# SECURITY & TRANSFER
|
||||
# ============================================
|
||||
# Research & Reading
|
||||
cask "calibre" # E-book management
|
||||
# cask "zotero" # Reference management
|
||||
# cask "anki" # Spaced repetition
|
||||
|
||||
# Development & Transfer
|
||||
# cask "docker" # Containerization
|
||||
cask "gpg-suite" # GPG keychain and tools
|
||||
cask "transmit" # FTP/SFTP client
|
||||
|
||||
# Security/Privacy
|
||||
# cask "tunnelblick" # OpenVPN client
|
||||
cask "gpg-suite" # GPG encryption
|
||||
# cask "lulu" # Firewall
|
||||
cask "oversight" # Webcam/mic monitor
|
||||
|
||||
# Other tools
|
||||
brew "neofetch" # System info display
|
||||
# ============================================
|
||||
# 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 "pass" # Password store (for GPG)
|
||||
cask "ollama" # Local LLMs
|
||||
brew "tea" # Gitea CLI
|
||||
brew "sshpass" # SSH password automation (clasp access)
|
||||
brew "vitetris" # Tetris
|
||||
|
||||
# ============================================
|
||||
# FONTS
|
||||
# ============================================
|
||||
cask "font-hack-nerd-font" # Programming font with icons
|
||||
# cask "font-fira-code-nerd-font" # Ligatures + icons
|
||||
# cask "font-jetbrains-mono-nerd-font" # JetBrains + icons
|
||||
# cask "font-meslo-lg-nerd-font" # Powerline + icons
|
||||
# cask "font-source-code-pro-nerd-font" # Adobe Source Code Pro + icons
|
||||
cask "font-hack-nerd-font" # Programming font with icons (powerlevel10k)
|
||||
|
||||
# ============================================
|
||||
# MAC APP STORE APPS
|
||||
# MAC APP STORE
|
||||
# ============================================
|
||||
# Productivity
|
||||
mas "Drafts", id: 1435957248
|
||||
mas "iA Writer", id: 775737590
|
||||
mas "Numbers", id: 409203825
|
||||
mas "Pages", id: 409201541
|
||||
mas "PCalc", id: 403504866
|
||||
|
||||
# Communication
|
||||
mas "WhatsApp", id: 1147396723
|
||||
|
||||
# Safari Extensions
|
||||
mas "1Password for Safari", id: 1569813296
|
||||
mas "AdGuard for Safari", id: 1440147259
|
||||
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 "Reeder.", id: 1529448980
|
||||
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 "Exporter", id: 1099120373
|
||||
mas "Mapper", id: 1589391989
|
||||
mas "Moon Pro", id: 1528941870
|
||||
|
||||
# Privacy/Security
|
||||
mas "Orbot", id: 1609461599
|
||||
|
||||
# Optional (commented out)
|
||||
# mas "Fantastical", id: 975937182
|
||||
# mas "Keynote", id: 409183694
|
||||
# mas "Dark Reader for Safari", id: 1438243180
|
||||
|
||||
# ============================================
|
||||
# APPS TO INSTALL MANUALLY
|
||||
# ============================================
|
||||
# These don't have casks or require special handling:
|
||||
# - Claude
|
||||
# - ChatGPT
|
||||
# - Dorico 5 (Steinberg)
|
||||
# - Some audio production apps
|
||||
# - Claude (Anthropic)
|
||||
# - Dorico 5 (Steinberg — music engraving)
|
||||
|
||||
Reference in New Issue
Block a user