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:
David F Glidden
2026-03-20 23:45:33 +01:00
co-authored by Claude Opus 4.6
parent e7bb361bd2
commit 066a47a26b
72 changed files with 785 additions and 2032 deletions
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.capablemind.bettermemories</string>
<key>ProgramArguments</key>
<array>
<string>/Users/davidglidden/.nvm/versions/node/v22.16.0/bin/node</string>
<string>/Users/davidglidden/_Dev/BetterMemories.io/dist/index.js</string>
</array>
<key>WorkingDirectory</key>
<string>/Users/davidglidden/_Dev/BetterMemories.io</string>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>ThrottleInterval</key>
<integer>10</integer>
<key>StandardOutPath</key>
<string>/Users/davidglidden/.capablemind/logs/bmf.stdout.log</string>
<key>StandardErrorPath</key>
<string>/Users/davidglidden/.capablemind/logs/bmf.stderr.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>BM_PORT</key>
<string>3011</string>
<key>BM_DEPLOYMENT_MODEL</key>
<string>standalone</string>
<key>BMF_MCP_TOKEN</key>
<string>bm_key_7feb421ef8fd45e8</string>
<key>PATH</key>
<string>/Users/davidglidden/.nvm/versions/node/v22.16.0/bin:/usr/local/bin:/usr/bin:/bin</string>
</dict>
</dict>
</plist>