Skip to content

Commit b92d9e6

Browse files
committed
Put back as doesn't play nicely with codespaces
1 parent f6d72c7 commit b92d9e6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

chezmoi/.chezmoiexternal.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
type = "file"
33
url = "https://github.com/arkenfox/user.js/raw/master/updater.sh"
44
refreshPeriod = "168h"
5-
[".config/gnupg/github_web.gpg"]
5+
[".gnupg/github_web.gpg"]
66
type = "file"
77
url = "https://github.com/web-flow.gpg"
88
refreshPeriod = "168h"

chezmoi/.chezmoiscripts/run_once_after_load_keys.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
55

66
echo "=> Importing gpg key"
77
gpg --list-keys
8-
gpg --passphrase '{{- (onepasswordDetailsFields "wl54agzpf5f2vbysssb55v2dae").password.value }}' --pinentry-mode loopback --batch --import ~/.config/gnupg/[email protected]
8+
gpg --passphrase '{{- (onepasswordDetailsFields "wl54agzpf5f2vbysssb55v2dae").password.value }}' --pinentry-mode loopback --batch --import ~/.gnupg/[email protected]
99

1010
echo "=> Importing SSH keys"
1111
{{- if eq .chezmoi.os "darwin" }}

chezmoi/private_dot_gnupg/gpg.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Options for GnuPG
22
# Copyright 1998, 1999, 2000, 2001, 2002, 2003,
33
# 2010 Free Software Foundation, Inc.
4-
#
4+
#
55
# This file is free software; as a special exception the author gives
66
# unlimited permission to copy and/or distribute it, with or without
77
# modifications, as long as this notice is preserved.
8-
#
8+
#
99
# This file is distributed in the hope that it will be useful, but
1010
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1111
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -201,14 +201,14 @@ charset utf-8
201201
# program, users may still have to manually decide to install gnupg-agent.
202202

203203
use-agent
204-
204+
205205
# which tries to use the agent but will fallback to the regular mode
206206
# if there is a problem connecting to the agent. The normal way to
207207
# locate the agent is by looking at the environment variable
208208
# GPG_AGENT_INFO which should have been set during gpg-agent startup.
209209
# In certain situations the use of this variable is not possible, thus
210210
# the option
211-
#
211+
#
212212
# --gpg-agent-info=<path>:<pid>:1
213213
#
214214
# may be used to override it.
@@ -220,7 +220,7 @@ use-agent
220220
# address (in the "[email protected]" form), and there are no
221221
# [email protected] keys on the local keyring. This option takes the
222222
# following arguments, in the order they are to be tried:
223-
#
223+
#
224224
# cert = locate a key using DNS CERT, as specified in RFC-4398.
225225
# GnuPG can handle both the PGP (key) and IPGP (URL + fingerprint)
226226
# CERT methods.

0 commit comments

Comments
 (0)