alacritty: manage only on working machines
This commit is contained in:
parent
53299e9fdb
commit
3c11e35e49
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user