29 lines
714 B
Cheetah
29 lines
714 B
Cheetah
# chezmoi-managed: do not edit by hand, run `chezmoi edit` instead
|
|
.git
|
|
README.md
|
|
*.bak
|
|
*.swp
|
|
.DS_Store
|
|
|
|
# nvim plugin lockfile is regenerated by lazy.nvim per-machine
|
|
.config/nvim/lazy-lock.json
|
|
# Wayland/sway desktop stack — only deploy when sway_setup is enabled
|
|
{{ if not .sway_setup }}
|
|
.config/sway
|
|
.config/waybar
|
|
.config/wofi
|
|
.config/foot
|
|
.config/mako
|
|
40-install-sway.sh
|
|
40-install-sway-gentoo.sh
|
|
{{ end }}
|
|
|
|
# herdr runtime state — only config.toml is managed
|
|
.config/herdr/session.json
|
|
.config/herdr/*.log
|
|
.config/herdr/.plugins.lock
|
|
.config/herdr/*.sock
|
|
|
|
# herdr installs and updates its agent integrations itself — never manage via chezmoi
|
|
.pi/agent/extensions/herdr-*
|
|
.omp/agent/extensions/herdr-*
|