summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml7
1 files changed, 3 insertions, 4 deletions
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