dotfiles/config/automatrop/roles/software/templates/snippets/pm_dotfiles_dependencies.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

23 lines
281 B
Django/Jinja

{#
Stuff that is required for scripts/programs of dotfiles to work properly
#}
coreutils
bash
grep
sed
tar
openssl
git
wget
curl
{% if not termux %}
{{ python_prefix }}-pip
{# Termux already has pip via Python #}
{% endif %}
ansible
{# Uncompressors #}
unzip
unrar
p7zip
{# EOF #}