Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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)