Files
dotfiles/home/.chezmoiignore
2024-11-08 01:24:59 -06:00

23 lines
367 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
{{ if eq .chezmoi.os "windows" }}
Documents
{{ else }}
.config
.scripts
*.zsh
.zshrc
.bashrc
key.txt
.passwd-s3fs.age
.profile
.tmux.conf
{{ end }}