fix chezmoi .chezmoiignore
This commit is contained in:
parent
12373b8795
commit
9e373e9c67
@ -13,19 +13,19 @@ dconf.ini
|
|||||||
.local/share/konsole
|
.local/share/konsole
|
||||||
dconf.ini
|
dconf.ini
|
||||||
.gvimrc
|
.gvimrc
|
||||||
.chezmoiscripts/run_onchange_linux-dconf-load.sh.tmpl
|
.chezmoiscripts/run_onchange_linux-dconf-load.sh
|
||||||
|
|
||||||
{{/* ---- 有視窗應用程式 -------------------------------------------------- */ -}}
|
{{/* ---- 有視窗應用程式 -------------------------------------------------- */ -}}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
|
||||||
{{/* ---- 處理特定os專用 */ -}}
|
{{/* ---- 處理特定os專用 */ -}}
|
||||||
{{ if ne .chezmoi.os "darwin" }}
|
{{ if ne .chezmoi.os "darwin" }}
|
||||||
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
|
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh
|
||||||
.config/iterm2
|
.config/iterm2
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if ne .chezmoi.os "linux" }}
|
{{ if ne .chezmoi.os "linux" }}
|
||||||
.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl
|
.chezmoiscripts/run_onchange_before_linux-install-packages.sh
|
||||||
.chezmoiscripts/run_onchange_linux-dconf-load.sh.tmpl
|
.chezmoiscripts/run_onchange_linux-dconf-load.sh
|
||||||
.local/share/konsole
|
.local/share/konsole
|
||||||
.config/konsolerc
|
.config/konsolerc
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user