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
+9
-12
@@ -114,20 +114,17 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
|
||||
# TOOL INTEGRATIONS
|
||||
# ═══════════════════════════════════════════════════════════════════════════════
|
||||
|
||||
# FZF integration
|
||||
if [[ -f ~/.fzf.zsh ]]; then
|
||||
source ~/.fzf.zsh
|
||||
elif command -v fzf >/dev/null; then
|
||||
# Manual key bindings if fzf is available but not set up
|
||||
eval "$(fzf --zsh)" 2>/dev/null || true
|
||||
fi
|
||||
# (fzf and zoxide removed — not installed)
|
||||
|
||||
# Zoxide integration (smart cd)
|
||||
if command -v zoxide >/dev/null; then
|
||||
eval "$(zoxide init zsh)"
|
||||
fi
|
||||
# ═══════════════════════════════════════════════════════════════════════════════
|
||||
# GNU COREUTILS (interactive-only PATH)
|
||||
# ═══════════════════════════════════════════════════════════════════════════════
|
||||
|
||||
# Add this section to your .zshrc after the tool integrations section
|
||||
# Prevent GMP and other formulae from breaking by keeping gnubin off build PATH.
|
||||
# Only activate in interactive shells.
|
||||
if [[ $- == *i* ]]; then
|
||||
export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
|
||||
fi
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════════════════════
|
||||
# NODE VERSION MANAGEMENT
|
||||
|
||||
Reference in New Issue
Block a user