From 3088b482742aeb9177aa229e510bd50b757fb82e Mon Sep 17 00:00:00 2001 From: Young Joon Lee Date: Thu, 8 Jun 2023 19:14:24 +0900 Subject: [PATCH] feat(chezmoi): Add zsh-wakatime plugin archive URL to .chezmoiexternal.yaml.tmpl file. --- chezmoi/.chezmoiexternal.yaml.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chezmoi/.chezmoiexternal.yaml.tmpl b/chezmoi/.chezmoiexternal.yaml.tmpl index 24927ac7..7e378e95 100644 --- a/chezmoi/.chezmoiexternal.yaml.tmpl +++ b/chezmoi/.chezmoiexternal.yaml.tmpl @@ -38,6 +38,14 @@ stripComponents: 1 # exact: true +# {{- if .wakatime.enabled | not | not -}} # +".oh-my-zsh/custom/plugins/zsh-wakatime": + type: archive + url: "/~https://github.com/wbingli/zsh-wakatime/archive/{{ template "get-github-head-revision" list "wbingli/zsh-wakatime" $cache }}.tar.gz" + stripComponents: 1 + exact: true +# {{- end -}} + # {{- if .lfs_folderstore.enabled | not | not -}} # ".local/bin/lfs-folderstore": type: file