aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-08-16 00:14:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-08-16 00:14:06 +1200
commit1636b1938d59bea8df9c3c5e518dc09ad62bce15 (patch)
treeca5eeeb6d4299677dd6b8b63fabca0d02e0d1e50
parentMerge branch 'release/v7.6.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-7.7.0.tar.gz (sig)
dotfiles-7.7.0.zip
Merge branch 'release/v7.7.0'v7.7.0
* release/v7.7.0: Update GPG key fingerprint in plan output Add systemd (!) user service file for parcimonie Restore fingerprints-only GnuPG configuration Use Tor for GnuPG key retrieval Remove specification of GnuPG keyserver Whoops, missed an apostrophe
-rw-r--r--VERSION4
-rw-r--r--finger/pgpkey18
-rw-r--r--gnupg/dirmngr.conf2
-rw-r--r--gnupg/gpg.conf6
-rw-r--r--systemd/parcimonie.service8
-rw-r--r--vim/vimrc.stub2
6 files changed, 32 insertions, 8 deletions
diff --git a/VERSION b/VERSION
index 944042b5..861a6478 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v7.6.0
-Wed, 14 Aug 2019 02:18:58 +0000
+tejr dotfiles v7.7.0
+Thu, 15 Aug 2019 12:14:04 +0000
diff --git a/finger/pgpkey b/finger/pgpkey
index b65b028d..b5f0aa13 100644
--- a/finger/pgpkey
+++ b/finger/pgpkey
@@ -1,5 +1,15 @@
-pub rsa4096 2013-03-12 [SC] [expires: 2018-12-17]
- FA09C06E1B670CD0B2F5DE60C14286EA77BB8872
+pub rsa4096 2013-03-12 [C] [expires: 2020-08-11]
+ FA09 C06E 1B67 0CD0 B2F5 DE60 C142 86EA 77BB 8872
uid [ultimate] Thomas Ryder (tyrmored, tejr) <tom@sanctum.geek.nz>
-sub rsa4096 2013-03-12 [E] [expires: 2018-12-17]
-sub rsa4096 2013-03-12 [S] [expires: 2018-12-17]
+uid [ultimate] Thomas Ryder <tejr@echo-n.nz>
+uid [ultimate] Thomas Ryder <secretary@plug.org.nz>
+uid [ultimate] Thomas Ryder (TEJR) <tejr@cpan.org>
+uid [ultimate] Thomas Ryder <tyrmored@inspire.net.nz>
+uid [ultimate] Thomas Ryder <tej.ryder@gmail.com>
+sub rsa4096 2013-03-12 [E] [expires: 2020-08-11]
+ 9DF1 A89F F8D9 70AF 3265 C882 96C2 CD91 E67A C61D
+sub rsa4096 2013-03-12 [S] [expires: 2020-08-11]
+ 3179 90A1 4597 A1FC F82D 953A B5AF 5F89 2592 6609
+sub rsa4096 2019-08-06 [A] [expires: 2020-08-11]
+ 42AE 569D 6162 7C52 03B0 74ED D58F F1F0 7E90 9B49
+
diff --git a/gnupg/dirmngr.conf b/gnupg/dirmngr.conf
index 14114144..c9532a85 100644
--- a/gnupg/dirmngr.conf
+++ b/gnupg/dirmngr.conf
@@ -1 +1 @@
-keyserver hkps://keys.openpgp.org
+use-tor
diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf
index 96868715..1492fd68 100644
--- a/gnupg/gpg.conf
+++ b/gnupg/gpg.conf
@@ -1,5 +1,11 @@
# Assume I mean to encrypt to myself if no recipient is specified
default-recipient-self
+# Don't use key IDs in listings, just show full fingerprints
+keyid-format none
+
# Suppress the copyright message
no-greeting
+
+# Show fingerprints where they might not otherwise appear
+with-fingerprint
diff --git a/systemd/parcimonie.service b/systemd/parcimonie.service
new file mode 100644
index 00000000..a823b216
--- /dev/null
+++ b/systemd/parcimonie.service
@@ -0,0 +1,8 @@
+[Service]
+ExecStart=/home/tom/.local/bin/parcimonie
+Restart=always
+PrivateTmp=true
+NoNewPrivileges=true
+
+[Install]
+WantedBy=default.target
diff --git a/vim/vimrc.stub b/vim/vimrc.stub
index b7def1d5..d50cee55 100644
--- a/vim/vimrc.stub
+++ b/vim/vimrc.stub
@@ -15,7 +15,7 @@ endif
"
" So, strip out the user runtime directories from 'runtimepath', force
" 'compatible' on, source your trusty ‘~/.exrc’, put on your dubbed cassette
-" copy of Kraftwerk's ‘Computerwelt’, and start using vi v3.7 on your
+" copy of Kraftwerk’s ‘Computerwelt’, and start using vi v3.7 on your
" engineering department’s Sun OS 4.x server via your VT220 terminal. It’s
" July 1985, you write K&R C, and it’s good for you, like raisin bran.
"