dotfiles/config/automatrop/roles/software/templates/package_manager.j2

27 lines
308 B
Plaintext
Raw Normal View History

{# 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