mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-09 14:07:02 -06:00
Fix inverted .chezmoiignore file
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user