diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,8 +33,8 @@ Then track files one at a time — `git add ~/.bashrc` — and never `git add -A that exports (or unsets) the git variables in the current shell — a script can't mutate its parent's environment, so you paste the line to toggle one shell. - **`dotfiles sync`** runs the whole non-interactive setup: - Arch/AUR packages via `yay`, XDG user dirs, Python tools via `pipx`, a from-source Neovim build when a newer release tag is available, Proton VPN, and the `keyd` service. -- **`dotfiles commit claude-memory`** snapshots and pushes the Claude memory store submodule (via `claude memory`), then commits the bumped submodule pointer here. + Arch/AUR packages via `yay`, XDG user dirs, Python tools via `pipx`, a from-source Neovim build when a newer release tag is available, Proton VPN, the `keyd` service, and the Claude Code binary. +- **`dotfiles claude-adopt-project`** creates or adopts the Claude store for the current directory and wires its `.claude` symlink (the interactive half of the Claude `Setup` hook). There is also a dedicated `tmux-dotfiles` launcher (and its `.desktop` entry) that opens a foot/tmux session with the git environment already on. Its sibling `tmux-notes` opens Neovim on the notes directory (`~/Notes`, via `+NotesOpen`) in a dedicated foot/tmux "Notes" session. @@ -48,7 +48,7 @@ Its sibling `tmux-notes` opens Neovim on the notes directory (`~/Notes`, via `+N - **File browser** — [ranger][6] - **Password manager** — [pass][5] - **Keyboard remapping** — [keyd][7] -- **Claude Code** — `claude-config` + `claude-memory` submodules +- **Claude Code** — `claude-config` submodule (`.config/claude`) ## Links |
