summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-27 17:47:23 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-27 17:47:23 -0500
commita1c6bf79aede8603910e6b5aedc875c2596e0d66 (patch)
tree8659bb958948db3b935831239cd13dd8253d3787 /install.conf.yaml
parent4ee30803a83a5794b1eb11960da110b2e9cffe0c (diff)
feat: added more gpg configs
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 7473225..321d382 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -14,5 +14,9 @@
~/.zshrc:
~/.p10k.zsh:
~/.gitconfig:
- ~/.ssh/config: "ssh/config"
- ~/.gnupg/gpg.conf: "gnupg/gpg.conf" \ No newline at end of file
+ ~/.ssh/:
+ glob: true
+ path: ssh/*
+ ~/.gnupg/:
+ glob: true
+ path: gnupg/* \ No newline at end of file