Replaced install-arch with something Ansible!
This commit is contained in:
parent
a883596cf0
commit
1a8502002a
21 changed files with 524 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
|||
{# Essential #}
|
||||
firefox
|
||||
qutebrowser
|
||||
{# Sound #}
|
||||
pulseaudio
|
||||
pacmixer
|
||||
zbar
|
||||
{% if arch_based %}
|
||||
ttf-dejavu
|
||||
ttf-twemoji
|
||||
|
@ -13,6 +15,7 @@ thunar
|
|||
gedit
|
||||
feh
|
||||
zathura
|
||||
zbar
|
||||
{% if arch_based %}
|
||||
zathura-pdf-mupdf
|
||||
{% elif debian_based %}
|
||||
|
|
|
@ -19,4 +19,5 @@ ansible
|
|||
unzip
|
||||
unrar
|
||||
p7zip
|
||||
{{ python_prefix }}-pystache
|
||||
{# EOF #}
|
||||
|
|
|
@ -19,3 +19,6 @@ speedtest-cli
|
|||
{% if arch_based %}
|
||||
pacman-contrib
|
||||
{% endif %}
|
||||
{% if has_battery %}
|
||||
powertop
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue