From 948e6d29f29421db75e47479cc115445c5f1ca09 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 6 Sep 2025 20:08:53 +0300 Subject: [PATCH] Add .chezmoiignore The logic in here is not intuitive coming from dotdrop. We need to exclude certain files on peanut because it doesn't have a desltop environment. --- .chezmoiignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .chezmoiignore diff --git a/.chezmoiignore b/.chezmoiignore new file mode 100644 index 0000000..d213728 --- /dev/null +++ b/.chezmoiignore @@ -0,0 +1,15 @@ +# Dotfiles for hosts with a desktop environment +{{- if ne .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 +# dark and light mode scripts for darkman +~/.local/share +{{ end -}}