From a72f188e50747ca2d564481149fc0b9c6cef5c2e Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 12 Nov 2018 16:24:54 +0100 Subject: [PATCH] Fix(Choux): Try to have good fonts for urvt --- tasks/arch_graphicals.yml | 41 +++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/tasks/arch_graphicals.yml b/tasks/arch_graphicals.yml index fbd4415..cb462d7 100644 --- a/tasks/arch_graphicals.yml +++ b/tasks/arch_graphicals.yml @@ -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 + +