mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
feat: install jq via zinit if it is not already available
This commit is contained in:
8
zsh/jq.zsh
Normal file
8
zsh/jq.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# jq
|
||||
#
|
||||
|
||||
if ! command-exists jq; then
|
||||
zinit light-mode wait lucid from'gh-r' as'program' mv'jq* -> jq' \
|
||||
for @stedolan/jq
|
||||
fi
|
||||
Reference in New Issue
Block a user