mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-15 22:11:32 -06:00
25 lines
439 B
Plaintext
25 lines
439 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 }}
|
|
.oh-my-zsh
|
|
{{/* this may be pretty broad, will need to be adjusted */}}
|
|
.config
|
|
.scripts
|
|
*.zsh
|
|
.zshrc
|
|
.bashrc
|
|
key.txt
|
|
.passwd-s3fs.age
|
|
.profile
|
|
.tmux.conf
|
|
{{ end }}
|