2021-06-13 14:45:20 +02:00
|
|
|
{#
|
|
|
|
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
|
2021-06-16 22:57:18 +02:00
|
|
|
{{ python_prefix }}-pystache
|
2021-06-13 14:45:20 +02:00
|
|
|
{# EOF #}
|