From 2a3cc7cc834f1bdb60de19f711e4f4d8ec092fa8 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 23 Aug 2018 15:11:30 +0200 Subject: [PATCH] powerline fonts --- tasks/arch_graphicals.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 +