dotfiles/config/automatrop/roles/software/templates/snippets/pm_terminal_essentials.j2
Geoffrey Frogeye 4919fbea0e
Moved software list to automatrop
What an organization. Hoping to be flexible enough.
2021-06-13 14:45:20 +02:00

22 lines
240 B
Django/Jinja

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