From 0c31bea927d69d20530c0527a5b92b05bd774c94 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 28 May 2019 21:43:56 +0100 Subject: [PATCH] Install arch install scripts There's some useful gems in there --- tasks/shell.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/shell.yml b/tasks/shell.yml index bc36414..81da182 100644 --- a/tasks/shell.yml +++ b/tasks/shell.yml @@ -1,4 +1,4 @@ -- name: "Install input packages" +- name: "Install shell packages" aur: skip_installed: true name: "{{ item }}" @@ -8,6 +8,7 @@ with_items: - 'advanced-ssh-config' - 'alacritty' + - arch-install-scripts - 'bat' - 'catimg' - 'climate'