Files
dotfiles/.gitconfig
T
David F GliddenandClaude 92b0ead991 Add completion cleanup script and deploy refined shell config
🧹 Completion system maintenance:
- Remove old Mullvad VPN completion files
- Clear completion cache for fresh start
- Check for NordVPN completion availability

🚀 Deployment successful:
- Backed up original .zshrc
- Symlinked refined modular configuration
- Git hooks configured globally
- All scripts and configs linked

System now running with enhanced durability principles! 🎯

🤖 Generated with Claude Code (https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-27 14:05:56 +02:00

17 lines
456 B
INI

# This is Git's per-user configuration file.
[user]
name = David F Glidden
email = d@davidglidden.eu
# Please adapt and uncomment the following lines:
# name = David GLIDDEN
# email = davidglidden@Macintosh.home
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[url "git@github.com:"]
insteadOf = https://github.com/
[core]
hooksPath = /Users/davidglidden/dotfiles/git/hooks