22 lines
364 B
Plaintext
22 lines
364 B
Plaintext
|
{#
|
||
|
Shell related stuff
|
||
|
#}
|
||
|
{# ZSH #}
|
||
|
zsh
|
||
|
antigen
|
||
|
{% if arch_based %}
|
||
|
{# Antigen takex care of the above for others platforms #}
|
||
|
zsh-autosuggestions
|
||
|
zsh-completions
|
||
|
zsh-history-substring-search
|
||
|
zsh-syntax-highlighting
|
||
|
{% endif %}
|
||
|
tmux
|
||
|
bash-completion
|
||
|
fzf
|
||
|
{% if arch_based and ansible_architecture == 'x86_64' %}
|
||
|
powerline-go-bin
|
||
|
{% else %}
|
||
|
powerline-go
|
||
|
{% endif %}
|