powerline fonts

This commit is contained in:
Bertrand Benjamin 2018-08-23 15:11:30 +02:00
parent c06f463415
commit 2a3cc7cc83
1 changed files with 12 additions and 0 deletions

View File

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