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
|
- name: Install fonts
|
||||||
pacman:
|
pacman:
|
||||||
name:
|
name:
|
||||||
|
- powerline-fonts
|
||||||
- awesome-terminal-fonts
|
- awesome-terminal-fonts
|
||||||
- cantarell-fonts
|
- cantarell-fonts
|
||||||
- gnu-free-fonts
|
- gnu-free-fonts
|
||||||
@ -51,19 +52,19 @@
|
|||||||
- noto-fonts
|
- noto-fonts
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install AUR fonts
|
# - name: Install AUR fonts
|
||||||
aur:
|
# aur:
|
||||||
name: "{{ item }}"
|
# name: "{{ item }}"
|
||||||
use: makepkg
|
# use: makepkg
|
||||||
skip_installed: true
|
# skip_installed: true
|
||||||
with_items:
|
# with_items:
|
||||||
- ttf-ubuntu-mono-derivative-powerline-git
|
# - ttf-ubuntu-mono-derivative-powerline-git
|
||||||
- ttf-roboto-mono-powerline-git
|
# - ttf-roboto-mono-powerline-git
|
||||||
- ttf-inconsolata-lgc-for-powerline
|
# - ttf-inconsolata-lgc-for-powerline
|
||||||
- ttf-droid-sans-mono-slashed-powerline-git
|
# - ttf-droid-sans-mono-slashed-powerline-git
|
||||||
- ttf-literation-mono-powerline-git
|
# - ttf-literation-mono-powerline-git
|
||||||
become: yes
|
# become: yes
|
||||||
become_user: aur_builder
|
# become_user: aur_builder
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user