Files
dotfiles/home/.chezmoiignore

35 lines
544 B
Plaintext

hooks
tool-versions
{{/* generated files, cached files, anything that might change unnecessarily */}}
.oh-my-zsh/cache/**
.oh-my-zsh/plugins/**
.oh-my-zsh/templates/**
.oh-my-zsh/custom/themes/powerlevel10k/**/*.zwc
.asdf/downloads/**
.asdf/installs/**
.asdf/plugins/**
.asdf/shims/**
.asdf/tmp/**
.asdf/repository/**
{{ if eq .chezmoi.os "windows" }}
.oh-my-zsh
.scripts
*.zsh
.zshrc
.bashrc
key.txt
.passwd-s3fs.age
.profile
.tmux.conf
{{/* this may be pretty broad, will need to be adjusted */}}
.config
{{ else }}
Documents
{{ end }}