Fix(Choux): Try to have good fonts for urvt

This commit is contained in:
Bertrand Benjamin 2018-11-12 16:24:54 +01:00
parent 701e592673
commit a72f188e50
1 changed files with 22 additions and 19 deletions

View File

@ -1,4 +1,24 @@
---
- name: Install graphical packages
pacman:
name:
- gimp
- firefox
- firefox-i18n-fr
- chromium
- inkscape
- thunderbird
- thunderbird-i18n-fr
- libreoffice-fresh
- hunspell
- hunspell-fr
- rxvt-unicode
- powerline-fonts
- vlc
- texlive-most
- gnuplot
state: present
- name: Install urxvt perls
pacman:
name: urxvt-perls
@ -15,25 +35,6 @@
become: yes
become_user: aur_builder
- name: Install graphical packages
pacman:
name:
- gimp
- firefox
- firefox-i18n-fr
- chromium
- inkscape
- thunderbird
- thunderbird-i18n-fr
- libreoffice-fresh
- hunspell
- hunspell-fr
- rxvt-unicode
- vlc
- texlive-most
- gnuplot
state: present
- name: Install fonts
pacman:
name:
@ -65,3 +66,5 @@
become: yes
become_user: aur_builder