From 8d4e477390bf765a1cbdf875bd8a80a23c652b7d Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 8 May 2021 14:33:50 -0500 Subject: refactor: changed order of shell commands --- install.conf.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'install.conf.yaml') diff --git a/install.conf.yaml b/install.conf.yaml index eba68b3..98da200 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -7,8 +7,6 @@ - clean: ["~"] - 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] @@ -20,4 +18,8 @@ ~/.ssh/: ssh/config ~/.gnupg/: glob: true - path: gnupg/*.conf \ No newline at end of file + path: gnupg/*.conf + +- shell: + - [gpg --keyserver hkps://keys.openpgp.org --recv-key 0xC8F6E06F5C8E2634, Getting GPG public key] + - [gpg --import-ownertrust gnupg/trustfile.txt, Importing GPG trustfile] \ No newline at end of file -- cgit v1.2.3-70-g09d2