Skip to content

Commit

Permalink
feat(chezmoi): Add zsh-wakatime plugin archive URL to .chezmoiexterna…
Browse files Browse the repository at this point in the history
…l.yaml.tmpl file.
  • Loading branch information
entelecheia committed Jun 8, 2023
1 parent d8331f7 commit 3088b48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chezmoi/.chezmoiexternal.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3088b48

Please sign in to comment.