dotfiles/.chezmoiignore
2025-05-02 13:20:35 +08:00

40 lines
868 B
Plaintext

Readme.md
.readme/
chezmoi.code-workspace
dconf.ini
{{/* ---- 沒有圖形界面 ---------------------------------------------------- */ -}}
{{ if .noGUI }}
.config/iterm2/
.config/alacritty
.config/neovide
.config/konsolerc
.local/share/konsole
dconf.ini
.gvimrc
.chezmoiscripts/run_onchange_linux-dconf-load.sh.tmpl
{{/* ---- 有視窗應用程式 -------------------------------------------------- */ -}}
{{ else }}
{{/* ---- 處理特定os專用 */ -}}
{{ if ne .chezmoi.os "darwin" }}
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
.config/iterm2
{{ end }}
{{ if ne .chezmoi.os "linux" }}
.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl
.chezmoiscripts/run_onchange_linux-dconf-load.sh.tmpl
.local/share/konsole
.config/konsolerc
{{ end }}
{{ if ne .chezmoi.os "windows" }}
*.ps1
{{ else }}
*.sh
{{ end }}
{{ end }}