From f5f22ada0e2c417ea9f52f8405b5c741d35367dc Mon Sep 17 00:00:00 2001 From: "John F. Mercer" Date: Tue, 9 Jul 2024 18:30:39 -0400 Subject: [PATCH] Install new font --- .chezmoiscripts/darwin/run_onchange_before_10_homebrew.sh.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/.chezmoiscripts/darwin/run_onchange_before_10_homebrew.sh.tmpl b/.chezmoiscripts/darwin/run_onchange_before_10_homebrew.sh.tmpl index 71fad5c..3480ee4 100644 --- a/.chezmoiscripts/darwin/run_onchange_before_10_homebrew.sh.tmpl +++ b/.chezmoiscripts/darwin/run_onchange_before_10_homebrew.sh.tmpl @@ -35,6 +35,7 @@ set -eufo pipefail "vim" "wget" }} {{ $casks := list + "font-gentium-plus" "font-menlo-for-powerline" }} brew bundle --no-lock --file=/dev/stdin <