2024-01-14 22:29:14 +09:00
|
|
|
# .chezmoiignore
|
|
|
|
# https://www.chezmoi.io/reference/special-files-and-directories/chezmoiignore/
|
|
|
|
|
2024-01-14 19:56:31 +09:00
|
|
|
README.md
|
2024-01-14 23:07:35 +09:00
|
|
|
|
2024-01-14 20:41:59 +09:00
|
|
|
{{- if ne .chezmoi.hostname "arch" }}
|
2024-01-14 22:28:32 +09:00
|
|
|
.config/tmux/bootstraps # note that the pattern is not `dot_config/tmux/bootstraps`
|
2024-01-14 20:41:59 +09:00
|
|
|
{{- end }}
|
2024-01-14 23:07:35 +09:00
|
|
|
|
2024-01-14 23:35:12 +09:00
|
|
|
{{- if (and (ne .chezmoi.hostname "arch") (ne .chezmoi.hostname "buzz")) }}
|
|
|
|
.config/alacritty/alacritty.toml
|
2024-01-14 23:45:38 +09:00
|
|
|
.config/dunst
|
2024-01-15 00:01:30 +09:00
|
|
|
.config/fontconfig
|
2024-01-15 01:42:12 +09:00
|
|
|
.config/mpv
|
2024-01-15 00:09:25 +09:00
|
|
|
.config/polybar
|
2024-01-15 00:36:16 +09:00
|
|
|
.config/zathura
|
2024-01-14 23:35:12 +09:00
|
|
|
{{- end }}
|
|
|
|
|
2024-01-15 00:15:11 +09:00
|
|
|
{{- if ne .chezmoi.osRelease.id "arch" }}
|
|
|
|
.config/paru
|
|
|
|
{{- end }}
|
|
|
|
|
2024-01-14 23:07:09 +09:00
|
|
|
{{- if eq .chezmoi.username "root" }}
|
2024-01-14 23:45:59 +09:00
|
|
|
**/*
|
|
|
|
|
|
|
|
# starship
|
|
|
|
!.config/starship.toml
|
|
|
|
|
|
|
|
# nvim
|
|
|
|
!.config/nvim/init.lua
|
2024-01-14 23:07:09 +09:00
|
|
|
!.config/nvim/core/*
|
|
|
|
!.config/nvim/utils/*
|
|
|
|
{{- end }}
|