Add fonts and urxvt plugins

This commit is contained in:
Bertrand Benjamin 2018-08-23 15:02:18 +02:00
parent 486b45c370
commit ab5cc8b32b
2 changed files with 15 additions and 1 deletions

View File

@ -19,7 +19,7 @@
- texlive-most
- name: Install graphical packages
- name: Install fonts
pacman:
name: "{{ item }}"
state: present

View File

@ -6,5 +6,19 @@
with_items: "{{ me }}"
when: not minimal
- name: Install urxvt perls
pacman:
name: urxvt-perls
state: present
- name: Install urxvt plugins (AUR)
aur:
name: {{ item }}
use: makepkg
skip_installed: true
with_items:
- urxvt-fullscreen
- urxvt-resize-font-git
become: yes
become_user: aur_builder