Add fonts and urxvt plugins
This commit is contained in:
parent
486b45c370
commit
ab5cc8b32b
@ -19,7 +19,7 @@
|
||||
- texlive-most
|
||||
|
||||
|
||||
- name: Install graphical packages
|
||||
- name: Install fonts
|
||||
pacman:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user