Fix(Choux): Try to fix font and urxt issues

This commit is contained in:
Bertrand Benjamin 2018-11-12 16:49:00 +01:00
parent 7f53f8f62b
commit 0581803514
1 changed files with 14 additions and 13 deletions

View File

@ -37,6 +37,7 @@
- name: Install fonts
pacman:
name:
- powerline-fonts
- awesome-terminal-fonts
- cantarell-fonts
- gnu-free-fonts
@ -51,19 +52,19 @@
- noto-fonts
state: present
- name: Install AUR fonts
aur:
name: "{{ item }}"
use: makepkg
skip_installed: true
with_items:
- ttf-ubuntu-mono-derivative-powerline-git
- ttf-roboto-mono-powerline-git
- ttf-inconsolata-lgc-for-powerline
- ttf-droid-sans-mono-slashed-powerline-git
- ttf-literation-mono-powerline-git
become: yes
become_user: aur_builder
# - name: Install AUR fonts
# aur:
# name: "{{ item }}"
# use: makepkg
# skip_installed: true
# with_items:
# - ttf-ubuntu-mono-derivative-powerline-git
# - ttf-roboto-mono-powerline-git
# - ttf-inconsolata-lgc-for-powerline
# - ttf-droid-sans-mono-slashed-powerline-git
# - ttf-literation-mono-powerline-git
# become: yes
# become_user: aur_builder