From 19a2b5b333042ee82b93a5b891bf2dd468161195 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 18 Sep 2023 11:33:04 -0400 Subject: [PATCH] don't install GPG on non-personal desktops --- .chezmoiignore | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.chezmoiignore b/.chezmoiignore index 08f848e..ff779cf 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -4,8 +4,9 @@ .config/kitty/kitty-gruvbox-theme .config/sway .config/waybar -bin/kde-rofi-rbw-totp -bin/kde-rofi-rbw-autotype +.local/bin/kde-rofi-rbw-totp +.local/bin/kde-rofi-rbw-autotype +.local/share/gnupg {{ end }} {{ if eq .chezmoi.hostname "epoch" }} @@ -14,8 +15,9 @@ bin/kde-rofi-rbw-autotype .config/kitty/kitty-gruvbox-theme .config/sway .config/waybar -bin/kde-rofi-rbw-totp -bin/kde-rofi-rbw-autotype +.local/bin/kde-rofi-rbw-totp +.local/bin/kde-rofi-rbw-autotype +.local/share/gnupg {{ end }} {{ if eq .chezmoi.hostname "WGC1065CTK7C3" }} @@ -24,6 +26,7 @@ bin/kde-rofi-rbw-autotype .config/kitty/kitty-gruvbox-theme .config/sway .config/waybar -bin/kde-rofi-rbw-totp -bin/kde-rofi-rbw-autotype +.local/bin/kde-rofi-rbw-totp +.local/bin/kde-rofi-rbw-autotype +.local/share/gnupg {{ end }}