Gate sway stack configs on sway_setup via .chezmoiignore.tmpl
Only the install script respected the flag; dot_sway/wofi/foot/mako/ waybar deployed unconditionally. Now ignored when sway_setup=false.
This commit is contained in:
parent
a0b92d65a0
commit
3c61391f3f
2 changed files with 19 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
# 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
|
|
||||||
19
.chezmoiignore.tmpl
Normal file
19
.chezmoiignore.tmpl
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
# 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 }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue