dotfiles/.chezmoiignore

44 lines
796 B
Plaintext

# .chezmoiignore
# https://www.chezmoi.io/reference/special-files-and-directories/chezmoiignore/
README.md
{{- if ne .chezmoi.hostname "arch" }}
.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
.config/conky
.config/dunst
.config/fontconfig
.config/i3
.config/mpv
.config/polybar
.config/redshift
.config/rofi
.config/yt-dlp
.config/zathura
{{- end }}
{{- if ne .chezmoi.osRelease.id "arch" }}
.config/paru
{{- end }}
{{- if eq .chezmoi.username "root" }}
**/*
# starship
!.config/starship.toml
# nvim
!.config/nvim/init.lua
!.config/nvim/core/*
!.config/nvim/utils/*
# git
!.config/git/config
!.config/git/ignore
!.config/git/commitmsg
{{- end }}