From 37a4fc794e92a37befea461f6b0bef144f176760 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Thu, 24 Apr 2025 00:02:58 +0800 Subject: [PATCH] =?UTF-8?q?Update=20config;=20=E8=BC=B8=E5=85=A5=E6=AC=84?= =?UTF-8?q?=E4=BD=8D=E9=A0=86=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .chezmoi.toml.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index df722fb..f4e78a3 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,9 +1,10 @@ -{{- $email := promptStringOnce . "email" "Email address" -}} +{{- $name := promptStringOnce . "name" "請輸入您的姓名" -}} +{{- $email := promptStringOnce . "email" "輸入您的Email地址" -}} sourceDir = "~/.local/share/chezmoi" [edit] command = "vim" [data] + name = {{ $name | quote }} email = {{ $email | quote }} - name = {{ promptStringOnce . "name" "Name for git commits" | quote }}