An Ansible role that installs powerline on Linux.
None
Available variables are listed below, along with default values:
powerline_default_top_theme: powerline
powerline_shell_vcs_branch: yes
powerline_vim: no
powerline_tmux: no
With the variable powerline_default_top_theme
you can define the default top theme of powerline.
By default the VCS branch will be displayed in powerline if available.
This can be disabled with setting powerline_shell_vcs_branch
to no
.
None
- hosts: all
roles:
- { role: mjanser.powerline }
MIT