Fix(Choux): Try to have good fonts for urvt
This commit is contained in:
parent
701e592673
commit
a72f188e50
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user