From 76d190e15169fbfad96eab8ddf954c8c082a9bfe Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 12 Oct 2019 20:26:10 +0100 Subject: [PATCH] Install terminfo for alacritty --- tasks/shell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/shell.yml b/tasks/shell.yml index c6b84d9..9b04c9b 100644 --- a/tasks/shell.yml +++ b/tasks/shell.yml @@ -8,6 +8,7 @@ with_items: - 'advanced-ssh-config' - 'alacritty' + - 'alacritty-terminfo' - arch-install-scripts - 'bat' - 'catimg'