dotfiles/.chezmoiignore

44 lines
796 B
Plaintext
Raw Normal View History

# .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
{{- 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`
{{- end }}
2024-01-14 23:07:35 +09:00
{{- if (and (ne .chezmoi.hostname "arch") (ne .chezmoi.hostname "buzz")) }}
.config/alacritty
.config/conky
2024-01-14 23:45:38 +09:00
.config/dunst
.config/fontconfig
.config/i3
.config/mpv
.config/polybar
.config/redshift
2024-01-15 01:45:52 +09:00
.config/rofi
.config/yt-dlp
.config/zathura
{{- end }}
{{- if ne .chezmoi.osRelease.id "arch" }}
.config/paru
{{- end }}
2024-01-14 23:07:09 +09:00
{{- if eq .chezmoi.username "root" }}
**/*
# starship
!.config/starship.toml
# nvim
!.config/nvim/init.lua
2024-01-14 23:07:09 +09:00
!.config/nvim/core/*
!.config/nvim/utils/*
# git
!.config/git/config
!.config/git/ignore
!.config/git/commitmsg
2024-01-14 23:07:09 +09:00
{{- end }}