Replaced install-arch with something Ansible!

This commit is contained in:
Geoffrey Frogeye 2021-06-16 22:57:18 +02:00
parent a883596cf0
commit 1a8502002a
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
21 changed files with 524 additions and 4 deletions

View file

@ -115,5 +115,6 @@
# be removed by dependency check.
# Current packages will be kept by the meta package
use: yay
notify: "software changed"
tags: softwarelist
when: arch_based and root_access

View file

@ -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 %}

View file

@ -19,4 +19,5 @@ ansible
unzip
unrar
p7zip
{{ python_prefix }}-pystache
{# EOF #}

View file

@ -19,3 +19,6 @@ speedtest-cli
{% if arch_based %}
pacman-contrib
{% endif %}
{% if has_battery %}
powertop
{% endif %}