From 9b8f11e8ba9f0aa5416922ea1bba1d245c72b4c0 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 8 May 2021 14:32:23 -0500 Subject: feat: added trustfile --- gnupg/trustfile.txt | 3 +++ install.conf.yaml | 7 +++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 gnupg/trustfile.txt 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 -- cgit v1.2.3-70-g09d2