27 lines
308 B
Plaintext
27 lines
308 B
Plaintext
|
{# 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
|