mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-05 23:14:46 -06:00
Mark several completed items in TODO.md: - Hook system documentation - Authentication token migration to Doppler - WSL GPG integration documentation - mise shell integration - Windows Terminal settings template - Global CLAUDE.md addition - Git configuration expansion (aliases, diff tools, signing) - GPG configuration setup - README.md comprehensive refactor - Deprecated hook migration to TypeScript - File cleanup/template conversion Update Git identity configurations: - Switch Ryan identity to new GPG key (301511AAD64FA365) - Disable GPG signing for Xevion identity (no key available) - Add WSL-specific GPG configuration using Windows GPG symlink - Consolidate Windows/WSL config blocks in dot_gitconfig.tmpl
14 lines
336 B
Cheetah
14 lines
336 B
Cheetah
# Xevion identity override
|
|
# Use this for personal/open-source repositories
|
|
#
|
|
# To use in a repository, run:
|
|
# git config --local include.path ~/.config/git/config-xevion
|
|
|
|
[user]
|
|
name = Xevion
|
|
email = xevion@xevion.dev
|
|
# No GPG key available for this email - signing disabled
|
|
{{ if eq .chezmoi.os "windows" }}
|
|
{{ else }}
|
|
{{ end }}
|