Updated chezmoiignore file.
This commit is contained in:
parent
f9cd9bb0cd
commit
2b5750da54
|
@ -1,6 +1,10 @@
|
|||
{{ if ne .chezmoi.os "darwin" }}
|
||||
.oh-my-zsh/custom/mac.zsh
|
||||
{{ end }}
|
||||
{{ if ne .chezmoi.os "linux" }}
|
||||
{{ if eq .chezmoi.os "darwin" }}
|
||||
.oh-my-zsh/custom/linux.zsh
|
||||
.config/i3/config
|
||||
{{ end }}
|
||||
{{ if eq .chezmoi.os "linux" }}
|
||||
.oh-my-zsh/custom/mac.zsh
|
||||
.yabairc
|
||||
.skhdrc
|
||||
.config/spacebar
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue