diff options
| author | Xian Wang <dev@xianwang.io> | 2021-02-13 17:36:11 -0800 |
|---|---|---|
| committer | Xian Wang <dev@xianwang.io> | 2021-02-13 17:36:11 -0800 |
| commit | 768297bad768b82a1c88a27684ee7ad71dd4f4de (patch) | |
| tree | 2d9772f57f966fdfe78d19f57ba08a3ab37bfc86 /install.conf.yaml | |
| parent | 4e7c7829e9ea9cba44108c3ea5dae5fe0d02b686 (diff) | |
| download | dotfiles-768297bad768b82a1c88a27684ee7ad71dd4f4de.tar.gz dotfiles-768297bad768b82a1c88a27684ee7ad71dd4f4de.tar.bz2 dotfiles-768297bad768b82a1c88a27684ee7ad71dd4f4de.zip | |
fix bug in gpgconf and zshrc
Diffstat (limited to 'install.conf.yaml')
| -rw-r--r-- | install.conf.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install.conf.yaml b/install.conf.yaml index c0b53f0..95f8d4e 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -22,7 +22,9 @@ ~/.oh-my-zsh/custom/func.zsh: path: omz/custom/func.zsh create: true - ~/.gnupg/gpg-agent.conf: gpg-agent.conf + ~/.gnupg/gpg-agent.conf: + path: gpg-agent.conf + create: true - shell: - [git submodule update --init --recursive, Installing submodules] |
