Compare commits

...

2 Commits

Author SHA1 Message Date
72eab7bf29 .chezmoiignore: paths are relative to home 2025-09-06 20:52:53 +03:00
8b1c758657 .chezmoiignore: reverse logic
We need to ignore these targets when the host is peanut.
2025-09-06 20:47:14 +03:00

View File

@@ -1,15 +1,15 @@
# Dotfiles for hosts with a desktop environment # Dotfiles for hosts with a desktop environment
{{- if ne .chezmoi.hostname "peanut" }} {{- if eq .chezmoi.hostname "peanut" }}
~/.config/darkman .config/darkman
~/.config/foot .config/foot
~/.config/fuzzel .config/fuzzel
~/.config/kanshi .config/kanshi
~/.config/mako .config/mako
~/.config/sway .config/sway
~/.config/systemd .config/systemd
~/.config/waybar .config/waybar
~/.config/xdg-desktop-portal .config/xdg-desktop-portal
~/.config/xdg-desktop-portal-wlr .config/xdg-desktop-portal-wlr
# dark and light mode scripts for darkman # dark and light mode scripts for darkman
~/.local/share .local/share
{{ end -}} {{ end -}}