summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--gnupg/trustfile.txt3
-rw-r--r--install.conf.yaml7
2 files changed, 6 insertions, 4 deletions
diff --git a/gnupg/trustfile.txt b/gnupg/trustfile.txt
new file mode 100644
index 0000000..969df06
--- /dev/null
+++ b/gnupg/trustfile.txt
@@ -0,0 +1,3 @@
+# List of assigned trustvalues, created Sat 08 May 2021 02:20:43 PM CDT
+# (Use "gpg --import-ownertrust" to restore them)
+B9520450A6280A2E7448C22EC8F6E06F5C8E2634:6:
diff --git a/install.conf.yaml b/install.conf.yaml
index 0aaa374..eba68b3 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -8,6 +8,7 @@
- shell:
- [gpg --keyserver hkps://keys.openpgp.org --recv-key 0xC8F6E06F5C8E2634, Getting GPG public key]
+ - [gpg --import-ownertrust gnupg/trustfile.txt, Importing GPG trustfile]
- [git submodule update --init --recursive, Installing submodules]
- [yes | ./fzf/install --bin, Installing fzf]
@@ -16,9 +17,7 @@
~/.p10k.zsh:
~/.gitconfig:
~/.wakeonlan:
- ~/.ssh/:
- glob: true
- path: ssh/*
+ ~/.ssh/: ssh/config
~/.gnupg/:
glob: true
- path: gnupg/* \ No newline at end of file
+ path: gnupg/*.conf \ No newline at end of file