refactor: streamline local environment defaults

Improve shell and setup resilience, clean package definitions, and remove the hardcoded Alacritty startup directory so the dotfiles behave more predictably across machines.
This commit is contained in:
2026-03-23 16:38:15 +08:00
parent 0b5df66b87
commit c0a19555c1
6 changed files with 66 additions and 86 deletions

View File

@@ -1,10 +1,10 @@
[init]
defaultBranch = main
defaultBranch = main
[user]
name = YOUR_NAME
signingkey = YOUR_SSH_SIGNING_KEY
email = YOUR_EMAIL
name = Li Tang
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPaVruhhL4O9BiAncnW1wH3jc7/hsqsXLknA8Xtnjjee
email = iamtangli42@gmail.com
[commit]
gpgsign = true
@@ -20,7 +20,7 @@
[core]
editor = nvim
excludesfile = ~/.config/git/.gitignore
excludesfile = /Users/d0zingcat/.config/git/.gitignore
[pager]
difftool = true