.chezmoiignore: paths are relative to home

This commit is contained in:
2025-09-06 20:52:53 +03:00
parent 8b1c758657
commit 72eab7bf29

View File

@@ -1,15 +1,15 @@
# Dotfiles for hosts with a desktop environment # Dotfiles for hosts with a desktop environment
{{- if eq .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 -}}