From 6a34659052058445a7535241a74b71aca99017d5 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 27 Jul 2023 08:49:55 -0400 Subject: [PATCH] update ignored hostnames --- .chezmoiignore | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.chezmoiignore b/.chezmoiignore index 8cf7e9a..69a7963 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,7 +1,23 @@ -{{- if eq .chezmoi.hostname "WGC1065CTK7C3" }} +{{ if eq .chezmoi.hostname "daybreak" }} .config/beets .config/sway .config/waybar .config/kitty .config/kitty/kitty-gruvbox-theme -{{- end }} +{{ end }} + +{{ if eq .chezmoi.hostname "epoch" }} +.config/beets +.config/sway +.config/waybar +.config/kitty +.config/kitty/kitty-gruvbox-theme +{{ end }} + +{{ if eq .chezmoi.hostname "WGC1065CTK7C3" }} +.config/beets +.config/sway +.config/waybar +.config/kitty +.config/kitty/kitty-gruvbox-theme +{{ end }}