From 62023d1c7f1f73d1b8b6606a1ed5f37239913c5f Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sun, 5 Nov 2023 04:10:40 +0000 Subject: [PATCH] Fixes issue with missing gsed command on macOS --- home/.chezmoitemplates/darwin/Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.chezmoitemplates/darwin/Brewfile b/home/.chezmoitemplates/darwin/Brewfile index 8341d42d..2cc728f2 100644 --- a/home/.chezmoitemplates/darwin/Brewfile +++ b/home/.chezmoitemplates/darwin/Brewfile @@ -9,6 +9,7 @@ tap "homebrew/bundle" if OS.mac? brew "coreutils" brew "findutils" + brew "gnu-sed" brew "m-cli" end brew "age"