summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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