mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-11 08:07:05 -06:00
Fix inverted .chezmoiignore file
This commit is contained in:
@@ -14,11 +14,8 @@ tool-versions
|
|||||||
.asdf/repository/**
|
.asdf/repository/**
|
||||||
|
|
||||||
{{ if eq .chezmoi.os "windows" }}
|
{{ if eq .chezmoi.os "windows" }}
|
||||||
Documents
|
|
||||||
{{ else }}
|
|
||||||
.oh-my-zsh
|
.oh-my-zsh
|
||||||
{{/* this may be pretty broad, will need to be adjusted */}}
|
|
||||||
.config
|
|
||||||
.scripts
|
.scripts
|
||||||
*.zsh
|
*.zsh
|
||||||
.zshrc
|
.zshrc
|
||||||
@@ -27,4 +24,11 @@ key.txt
|
|||||||
.passwd-s3fs.age
|
.passwd-s3fs.age
|
||||||
.profile
|
.profile
|
||||||
.tmux.conf
|
.tmux.conf
|
||||||
|
{{/* this may be pretty broad, will need to be adjusted */}}
|
||||||
|
.config
|
||||||
|
|
||||||
|
{{ else }}
|
||||||
|
|
||||||
|
Documents
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user