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

23 lines
246 B
Django/Jinja

moreutils
man
visidata
insect
translate-shell
gnupg
{# Editor #}
{% if termux %}
nvim
{% else %}
neovim
{% endif %}
{% if not termux %}
{{ python_prefix }}-neovim
{% endif %}
{# Downloaders #}
wget
{# Uncompressors #}
unzip
unrar
p7zip
{# EOF #}