Update .local/share/chezmoi/home/.chezmoiexternal.toml, .local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-zsh-plugins.tmpl

This commit is contained in:
Brian Zalewski 2022-12-02 07:40:09 +00:00
parent 9cbf25a7a3
commit 0f4291d80f
2 changed files with 9 additions and 1 deletions

View file

@ -85,6 +85,14 @@
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
refreshPeriod = "{{ $refreshPeriod }}"
### ASDF
[".local/share/asdf"]
type = "git-repo"
url = ""
refreshPeriod = "{{ $refreshPeriod }}"
clone.args = ["--depth", "1"]
pull.args = ["--ff-only"]
### GPG
[".gnupg/gpg.conf"]
type = "file"

View file

@ -11,4 +11,4 @@ if command -v zsh > /dev/null; then
# logg 'Bootstrapping ZSH plugin system'
exec zsh && exit 0
fi
{{ end -}}
{{ end }}