- thefuck: remove the empty home_config/thefuck dir left behind after 2026-06-26's 'drop thefuck'. Its ~/.config link, the ~/homebase venv that held only thefuck and its deps, and the thefuck/fuck wrappers were removed from nh3-dev at the same time. - aider: remove .aider.conf.yml and .aider.model.settings.yml. The only configured backend was an Ollama qwq-32b endpoint, and the last session was 2025-03-21. Repo-root aider session artifacts were deleted and the aider-chat uv tool was uninstalled on nh3-dev. - stow ignores: delete .stow-global-ignore and home_config/.stow-local-ignore. Their patterns were tmux plugins (the tmux config is gone) and ~/-prefixed paths that stow never matches, so they only displaced stow's built-in defaults. - nvim: drop kickstart's vimtutor TEST file and upstream .github templates/CI. - .gitignore: drop dead patterns (.config/*, /.aider*). Ignore per-machine zellij layouts, and guard Claude Code credentials and settings.local.json. Dangling ~/.tmux.conf, ~/.config/tmux and ~/.config/ohmyposh links were also removed on nh3-dev.
13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
home_config/nvim/lazy-lock.json
|
|
__pycache__/
|
|
*.bak
|
|
|
|
# zellij web-pilot auth tokens — credentials, never commit
|
|
home_config/zellij/pilot-tokens/
|
|
# per-machine zellij layouts (e.g. a host's observation sessions) — not portable
|
|
home_config/zellij/layouts/
|
|
|
|
# Claude Code: login credentials and per-machine overrides never belong here
|
|
.credentials.json
|
|
home_root/.claude/settings.local.json
|