aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-08 14:33:50 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-08 14:33:50 -0500
commit8d4e477390bf765a1cbdf875bd8a80a23c652b7d (patch)
tree39148073e07be6449d2d9a5eda58f29cca08e04b
parent9b8f11e8ba9f0aa5416922ea1bba1d245c72b4c0 (diff)
refactor: changed order of shell commands
-rw-r--r--install.conf.yaml8
1 files changed, 5 insertions, 3 deletions
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