From 62f5b430569d8a52f1b136f4b858e380dd1c8da5 Mon Sep 17 00:00:00 2001 From: yushyin Date: Mon, 14 Dec 2020 03:12:36 +0100 Subject: add work config --- git/config | 14 ++++++++++++-- git/package.toml | 3 ++- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'git') diff --git a/git/config b/git/config index 819dc8c..96ad22d 100644 --- a/git/config +++ b/git/config @@ -76,5 +76,15 @@ Git::command_noisy(qw{push -d}, $re, $br); \ '" [user] - name = yushyin - email = yushyin@saga + name = <%= $secrets{dev}->{git}->{name} // 'yushyin' =%> + email = <%= $secrets{dev}->{git}->{email} // 'yushyin@saga' =%> + +<%= +do { +<{git}->{sslCAInfo} + emptyAuth = true +EOF +} if defined $secrets{dev}->{git}->{sslCAInfo} +=%> diff --git a/git/package.toml b/git/package.toml index 946ea2f..7fd7f77 100644 --- a/git/package.toml +++ b/git/package.toml @@ -1,3 +1,4 @@ -[[files]] +[[templates]] source = './config' dest = '~/.config/git/config' +delimiters = {open = '<%=', close = '=%>'} -- cgit v1.2.3-24-g4f1b