- dot_zshrc.tmpl: add Gentoo sysup() with live tracker (emerge + flatpak) - dot_gitconfig.tmpl: per-distro user/email (Gentoo: joshii-h) - dot_zshenv → dot_zshenv.tmpl: source cargo env only if present - kitty.conf: set shell explicitly to /bin/zsh - README.md: add Gentoo prerequisites and install instructions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
88 B
Cheetah
3 lines
88 B
Cheetah
{{- if stat (joinPath .chezmoi.homeDir ".cargo/env") }}
|
|
. "$HOME/.cargo/env"
|
|
{{- end }}
|