dotfiles/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2

12 lines
132 B
Plaintext
Raw Normal View History

perf
git
jq
{% if arch_based %}
ctags
{% elif debian_based %}
universal-ctags
{% endif %}
{% if not termux %}
highlight
{% endif %}