aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-03-11 10:32:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-03-11 10:32:59 +1300
commit71c870ef0c81b1c40b9a2682996afd028d431101 (patch)
treeabb237d9172548f2d773a54c95aae0d1217c56f7 /README.markdown
parentLocal func var, simpler conditional (diff)
downloaddotfiles-71c870ef0c81b1c40b9a2682996afd028d431101.tar.gz
dotfiles-71c870ef0c81b1c40b9a2682996afd028d431101.zip
Expand information on GnuPG setup a bit
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown22
1 files changed, 14 insertions, 8 deletions
diff --git a/README.markdown b/README.markdown
index cfae1549..3a1302f4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -54,14 +54,11 @@ Configuration is included for:
Also included are a few scripts for `~/.local/bin`, and their `man(1)` pages.
-The configurations for Bash, Mutt, tmux, and Vim are the most expansive and
-most likely to be of interest. The configuration for GnuPG is tweaked to follow
-[RiseUp’s OpenPGP best
-practices](https://help.riseup.net/en/security/message-security/openpgp/best-practices).
-The i3 configuration is mostly changed to make window switching behave like Vim
-windows and tmux panes do, and there’s a fair few resources defined for
-rxvt-unicode. Otherwise, the rest of the configuration isn’t too distant from
-the defaults.
+The configurations for Bash, GnuPG, Mutt, tmux, and Vim are the most expansive
+and most likely to be of interest. The i3 configuration is mostly changed to
+make window switching behave like Vim windows and tmux panes do, and there’s a
+fair few resources defined for rxvt-unicode. Otherwise, the rest of the
+configuration isn’t too distant from the defaults.
Installation
------------
@@ -190,6 +187,15 @@ You can test that both sets of shell scripts are syntactically correct with
`make test-bash`, `make test-sh`, or `make test` for everything including the
scripts in `bin`.
+GnuPG
+-----
+
+The configuration for GnuPG is intended to follow [RiseUp’s OpenPGP best
+practices](https://help.riseup.net/en/security/message-security/openpgp/best-practices).
+The configuration file is rebuilt using `m4` and `make` because it requires
+hard-coding a path to the SKS keyserver certificate authority, and neither
+tilde nor `$HOME` expansion works for this.
+
Mutt
----