Mercurial > dotfiles
diff .chezmoiexternal.toml @ 546:06df3dcf5d96
Add jq zsh plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 30 Jan 2022 18:31:44 +0100 |
parents | 89769aa79628 |
children | f308f66cad13 |
line wrap: on
line diff
--- a/.chezmoiexternal.toml Sun Jan 30 10:44:11 2022 +0100 +++ b/.chezmoiexternal.toml Sun Jan 30 18:31:44 2022 +0100 @@ -58,6 +58,13 @@ url = "https://github.com/jeffreytse/zsh-vi-mode/raw/master/zsh-vi-mode.zsh" refreshPeriod = "168h" +[".zsh/jq-zsh-plugin"] + type = "archive" + url = "https://github.com/reegnz/jq-zsh-plugin/archive/master.tar.gz" + exact = true + stripComponents = 1 + refreshPeriod = "168h" + [".zsh/completions/_fd"] type = "file" url = "https://github.com/sharkdp/fd/raw/master/contrib/completion/_fd"