diff --git a/tasks/arch_graphicals.yml b/tasks/arch_graphicals.yml index 24807df..d962735 100644 --- a/tasks/arch_graphicals.yml +++ b/tasks/arch_graphicals.yml @@ -36,3 +36,15 @@ - ttf-ubuntu-font-family - ttf-inconsolata - noto-fonts + - powerline-fonts + +- name: Install AUR fonts + aur: + name: "{{ item }}" + use: makepkg + skip_installed: true + with_items: + - ttf-ubuntu-mono-derivative-powerline-git + become: yes + become_user: aur_builder +