From 72eab7bf292802018a6d79ce4e384764fb143890 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 6 Sep 2025 20:52:53 +0300 Subject: [PATCH] .chezmoiignore: paths are relative to home --- .chezmoiignore | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.chezmoiignore b/.chezmoiignore index 5d1b52d..a891a63 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,15 +1,15 @@ # Dotfiles for hosts with a desktop environment {{- if eq .chezmoi.hostname "peanut" }} -~/.config/darkman -~/.config/foot -~/.config/fuzzel -~/.config/kanshi -~/.config/mako -~/.config/sway -~/.config/systemd -~/.config/waybar -~/.config/xdg-desktop-portal -~/.config/xdg-desktop-portal-wlr +.config/darkman +.config/foot +.config/fuzzel +.config/kanshi +.config/mako +.config/sway +.config/systemd +.config/waybar +.config/xdg-desktop-portal +.config/xdg-desktop-portal-wlr # dark and light mode scripts for darkman -~/.local/share +.local/share {{ end -}}