From 234d70c9b8da4231c41fd3d2c568934162d0f1d2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 14 Mar 2019 08:50:26 +0000 Subject: [PATCH] Add easiler to install package to fetch all the fonts --- tasks/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/packages.yml b/tasks/packages.yml index a538282..b982e35 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -62,7 +62,7 @@ when: "item not in installed_packages.stdout_lines" with_items: - 'i3-gaps' - - 'ttf-google-fonts-git' + - 'all-repository-fonts' - 'i3lock-color-git' - name: "Install packages"