We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4c21b commit d14a24fCopy full SHA for d14a24f
ansible/roles/config/templates/zshrc.j2
@@ -106,6 +106,7 @@ plugins=(
106
k
107
zoxide
108
pyenv-lazy
109
+ jq
110
{% if actual_node_version.stdout | regex_search('^v[0-9]*\.[0-9]*\.[0-9]*') %}
111
zsh-snv
112
{% endif %}
ansible/roles/software/vars/main.yml
@@ -91,6 +91,7 @@ omz_plugins:
91
zsh-lazyload: https://github.com/qoomon/zsh-lazyload
92
pyenv-lazy: https://github.com/davidparsson/zsh-pyenv-lazy.git
93
zsh-snv: https://github.com/rpeshkov/zsh-snv
94
+ jq: https://github.com/reegnz/jq-zsh-plugin.git
95
# TMUX Plugin Manager
96
tmux_plugins_dir: "{{ ansible_env.HOME }}/.tmux/plugins"
97
tpm_git_url: https://github.com/tmux-plugins/tpm.git
0 commit comments