From c6ea96e504d1ec87b885647dfb70418a50fdb81a Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 7 Aug 2023 13:17:37 -0400 Subject: [PATCH] don't install kde-* scripts on non-KDE desktops --- .chezmoiignore | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.chezmoiignore b/.chezmoiignore index 69a7963..5c9c8b8 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,23 +1,29 @@ {{ if eq .chezmoi.hostname "daybreak" }} .config/beets -.config/sway -.config/waybar .config/kitty .config/kitty/kitty-gruvbox-theme +.config/sway +.config/waybar +bin/executable_kde-rofi-rbw-totp +bin/executable_ssh-check-host-fingerprint {{ end }} {{ if eq .chezmoi.hostname "epoch" }} .config/beets -.config/sway -.config/waybar .config/kitty .config/kitty/kitty-gruvbox-theme +.config/sway +.config/waybar +bin/executable_kde-rofi-rbw-totp +bin/executable_ssh-check-host-fingerprint {{ end }} {{ if eq .chezmoi.hostname "WGC1065CTK7C3" }} .config/beets -.config/sway -.config/waybar .config/kitty .config/kitty/kitty-gruvbox-theme +.config/sway +.config/waybar +bin/executable_kde-rofi-rbw-totp +bin/executable_ssh-check-host-fingerprint {{ end }}