From 9932f79ad7b58dbc7b1c063b5a5099b8bc512543 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 5 Apr 2023 16:15:54 +0200 Subject: [PATCH] Add `git` to the personal collection --- scripts/Arch/Collections/personal.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index f0e1836b..4fe29817 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -10,6 +10,8 @@ yay --noconfirm -Syu \ screen \ vim; +. "../Software/git/install.sh"; + yay --noconfirm -Syu power-profiles-daemon; sudo systemctl enable --now power-profiles-daemon;