fix: copy git config template on install

This commit is contained in:
2026-03-28 09:02:23 +08:00
parent d97c666ffc
commit 33ba81ba1b
5 changed files with 40 additions and 21 deletions

View File

@@ -245,7 +245,7 @@ antigen apply
### 修改 Git 配置
编辑 `~/.dotfiles/git/config` 或直接运行
仓库中的 `git/config` 只作为模板使用。机器上的实际配置请直接修改 `~/.gitconfig`
```bash
git config --global user.name "Your Name"