fixes by claude

This commit is contained in:
ink
2026-08-08 17:31:31 +02:00
parent b71cbe7312
commit 79a301425d
12 changed files with 467 additions and 137 deletions
+18 -4
View File
@@ -18,6 +18,7 @@ dotfiles/
├── curl/ # curl configuration
├── git/ # Git configuration
├── nvim/ # Neovim configuration
├── nvidia-power-tray/ # GPU power-state tray indicator (Debian/GNOME only)
├── scripts/ # Utility scripts
├── tmux/ # tmux configuration
└── zsh/ # ZSH shell configuration
@@ -54,6 +55,8 @@ dotfiles/
prevent conflicting Python environments.
- gdb
- reattach-to-user-namespace (macOS only)
- [Claude Code](https://claude.com/claude-code) CLI, plus the
`@agentclientprotocol/claude-agent-acp` bridge used by agentic.nvim
### Language Servers & Linters
@@ -76,6 +79,10 @@ dotfiles/
- tree-sitter-cli
- lesspipe
- cbonsai
- `nvidia-power-tray` (Debian/GNOME only): `python3-gi`,
`gir1.2-gtk-3.0`, `gir1.2-ayatanaappindicator3-0.1` and the
[AppIndicator support](https://extensions.gnome.org/extension/615/appindicator-support/)
GNOME extension. See `nvidia-power-tray/README.md`.
## Installation
@@ -94,13 +101,15 @@ rustup component add rust-analyzer
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
1. **Install Cursor agent binary**
1. **Install the Claude ACP bridge**
Install the [Cursor](https://www.cursor.com/) `agent` binary to
`~/.local/bin/agent` (used by avante.nvim for ACP). Then authenticate:
agentic.nvim talks to Claude over ACP and does not manage the binary itself.
Install it globally, then authenticate once with the Claude Code CLI — no API
key is needed:
```bash
~/.local/bin/agent login
npm i -g @agentclientprotocol/claude-agent-acp
claude /login
```
1. **Install tmux-plugin-manager**
@@ -164,6 +173,11 @@ cd ~/dotfiles
```bash
stow zsh tmux git nvim curl alacritty wallpaper
# Debian/GNOME only, then enable the user service
stow nvidia-power-tray
systemctl --user daemon-reload
systemctl --user enable --now nvidia-power-tray.service
```
1. Change the default shell