From 3c11e35e49e9b62a2ca2e8adfd425545cfdaa3ff Mon Sep 17 00:00:00 2001 From: inkch Date: Sun, 14 Jan 2024 23:35:12 +0900 Subject: [PATCH] alacritty: manage only on working machines --- .chezmoiignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.chezmoiignore b/.chezmoiignore index 18adbfe..63e5134 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -7,10 +7,14 @@ README.md .config/tmux/bootstraps # note that the pattern is not `dot_config/tmux/bootstraps` {{- end }} +{{- if (and (ne .chezmoi.hostname "arch") (ne .chezmoi.hostname "buzz")) }} +.config/alacritty/alacritty.toml +{{- end }} + {{- if eq .chezmoi.username "root" }} .config/tmux .config/i3 - +.config/alacritty .config/nvim !.config/nvim/core/* !.config/nvim/utils/*