Fix inverted .chezmoiignore file

This commit is contained in:
2024-11-08 19:48:47 -06:00
parent 12ad0c0d2f
commit ae238964e7

View File

@@ -14,11 +14,8 @@ tool-versions
.asdf/repository/**
{{ if eq .chezmoi.os "windows" }}
Documents
{{ else }}
.oh-my-zsh
{{/* this may be pretty broad, will need to be adjusted */}}
.config
.scripts
*.zsh
.zshrc
@@ -27,4 +24,11 @@ key.txt
.passwd-s3fs.age
.profile
.tmux.conf
{{/* this may be pretty broad, will need to be adjusted */}}
.config
{{ else }}
Documents
{{ end }}