From ab80b4f660a80aece529aed0c22b59025692c779 Mon Sep 17 00:00:00 2001 From: DROOdotFOO Date: Sat, 8 Aug 2026 19:23:28 +0200 Subject: [PATCH] Correct drifted counts and stale refs in docs Verified against the working tree rather than trusting the prose: - Neovim plugins: 27 -> 30 unique specs under lua/plugins/ - Claude Code skills: 54 -> 60 loaded from ~/.claude/skills - "8 agents": dropped. No agents directory exists in the repo or on disk, so the claim was never true. - "31 MCP tools" -> 14 MCP servers, matching the table in CLAUDE.md - docs/ tree listed advanced-usage.md, which does not exist; replaced with the three docs that do - Resources linked Kitty, which is commented out in the Brewfile; this setup uses Ghostty --- README.md | 6 +++--- docs/README.md | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c4d0316..867785c 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ brew install chezmoi && chezmoi init --apply https://github.com/DROOdotFOO/dotfi | Category | Tools | | ------------- | --------------------------------------------------------------- | | **Terminal** | Ghostty, tmux | -| **Editors** | Zed, Neovim (27 plugins, mona.nvim), Emacs 30 (eglot + treesit) | +| **Editors** | Zed, Neovim (30 plugins, mona.nvim), Emacs 30 (eglot + treesit) | | **Shell** | Zsh + Starship + fzf + zoxide | | **CLI** | eza, bat, fd, ripgrep, delta, jq, yq | | **Files** | yazi with image/PDF/archive preview | | **System** | btop, fastfetch, tldr (`help`) | | **Windows** | Hammerspoon + PaperWM (macOS) | | **Launcher** | Raycast (macOS) | -| **AI** | Claude Code (54 skills, 8 agents, 31 MCP tools) | +| **AI** | Claude Code (60 skills, 14 MCP servers) | | **Secrets** | 1Password (SSH agent + age encryption), AWS CLI, Infisical | | **Network** | Tailscale with pre-configured hosts | | **Languages** | Elixir, Rust, Go, Python, Node.js, Lua (via mise) | @@ -186,7 +186,7 @@ dotfiles/ │ ├── private_dot_config/ │ │ ├── ghostty/ # Terminal │ │ ├── zed/ # Editor -│ │ ├── nvim/ # Neovim (27 plugins) +│ │ ├── nvim/ # Neovim (30 plugins) │ │ ├── emacs/ # Emacs 30 (XDG; theme is templated) │ │ ├── btop/ # System monitor │ │ ├── yazi/ # File manager diff --git a/docs/README.md b/docs/README.md index c40d066..1a80e40 100644 --- a/docs/README.md +++ b/docs/README.md @@ -41,7 +41,9 @@ dvs # devenv shell ```bash docs/ ├── README.md # This file -├── advanced-usage.md # Advanced configuration +├── nixos-installation.md # NixOS setup +├── nvim-plugins.md # Neovim plugin reference +├── performance.md # Shell startup profiling └── templates.md # Project templates ``` @@ -51,4 +53,4 @@ docs/ - [direnv Documentation](https://direnv.net/) - [devenv Documentation](https://devenv.sh/) - [Zsh Documentation](https://zsh.sourceforge.io/Doc/) -- [Kitty Terminal](https://sw.kovidgoyal.net/kitty/) +- [Ghostty Terminal](https://ghostty.org/docs)