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

25 lines
295 B
Plaintext
Raw Normal View History

moreutils
man
visidata
2021-12-02 16:55:55 +01:00
{% if can_chown or not arch_based %}
insect
2021-12-02 16:55:55 +01:00
{% endif %}
translate-shell
2021-06-29 20:54:25 +02:00
gnupg
{# Editor #}
{% if termux %}
nvim
{% else %}
neovim
{% endif %}
{% if not termux %}
{{ python_prefix }}-neovim
{% endif %}
{# Downloaders #}
wget
{# Uncompressors #}
unzip
unrar
p7zip
{# EOF #}