23 lines
281 B
Plaintext
23 lines
281 B
Plaintext
|
{#
|
||
|
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 #}
|