Fix(Choux): Try to fix font and urxt issues
This commit is contained in:
parent
7f53f8f62b
commit
0581803514
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user