Files
dotfiles/home/.chezmoiignore
2026-01-01 20:04:20 -06:00

45 lines
657 B
Plaintext

# Symlinked config sources (stored in .managed/, not copied to home)
.managed
# Build/validation scripts (called by chezmoi hooks, not managed files)
hooks
claude-settings.json
{{/* WSL Only Files */}}
{{ if (not .wsl) }}
setup-wsl-gpg.sh
.gnupg/**
{{ end }}
{{/* Linux/Unix Only Files */}}
{{ if (not (eq .chezmoi.os "linux")) }}
# Shell configs (Linux-only)
.scripts
.bashrc
.profile
.bash_aliases
key.txt
.tmux.conf
# Linux-only config directories
.config/kitty
.config/fish
.config/Code
.config/Cursor
.config/lazygit
.config/zed
{{ end }}
{{/* Windows Only Files */}}
{{ if (not (eq .chezmoi.os "windows")) }}
Documents/
AppData/
{{ end }}