alacritty: manage only on working machines

This commit is contained in:
inkch 2024-01-14 23:35:12 +09:00
parent 53299e9fdb
commit 3c11e35e49

View File

@ -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/*