dotfiles/config/automatrop/roles/software/templates/package_manager.j2
Geoffrey Frogeye 59aaf63d4a
New way to install packages!
Probably the fourth I ever created?
Will this one last? I don't know!

Doesn't have pip support for now,
but probably something requirements.txt based
will be a bit more proper
2021-06-12 17:15:21 +02:00

27 lines
308 B
Django/Jinja

{# Base shell packages #}
coreutils
bash
grep
sed
tar
openssl
{% if debian_based %}
python3-pip
{% elsif termux %}
python
{% else %}
python-pip
{% endif %}
{# Extended shell packages #}
moreutils
tmux
bash-completion
fzf
highlight
{% if arch_based %}
powerline-go-bin
{% else %}
powerline-go
{% endif %}
zsh