powerline fonts
This commit is contained in:
parent
c06f463415
commit
2a3cc7cc83
@ -36,3 +36,15 @@
|
|||||||
- ttf-ubuntu-font-family
|
- ttf-ubuntu-font-family
|
||||||
- ttf-inconsolata
|
- ttf-inconsolata
|
||||||
- noto-fonts
|
- 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user