From 0f4291d80fa0c4f5823a9efb7aa14ce8a8bbabef Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 2 Dec 2022 07:40:09 +0000 Subject: [PATCH] Update .local/share/chezmoi/home/.chezmoiexternal.toml, .local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-zsh-plugins.tmpl --- .local/share/chezmoi/home/.chezmoiexternal.toml | 8 ++++++++ .../run_onchange_after_99_bootstrap-zsh-plugins.tmpl | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.local/share/chezmoi/home/.chezmoiexternal.toml b/.local/share/chezmoi/home/.chezmoiexternal.toml index f8ae1a43..28196779 100644 --- a/.local/share/chezmoi/home/.chezmoiexternal.toml +++ b/.local/share/chezmoi/home/.chezmoiexternal.toml @@ -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" diff --git a/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-zsh-plugins.tmpl b/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-zsh-plugins.tmpl index 0a29452f..84b099b0 100644 --- a/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-zsh-plugins.tmpl +++ b/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-zsh-plugins.tmpl @@ -11,4 +11,4 @@ if command -v zsh > /dev/null; then # logg 'Bootstrapping ZSH plugin system' exec zsh && exit 0 fi -{{ end -}} +{{ end }}