From 963cf5aadb65ecd5960caf9c8c3e036f0c5d82e4 Mon Sep 17 00:00:00 2001 From: Florian Beisel Date: Tue, 4 Jun 2024 20:33:52 +0200 Subject: [PATCH] Add install_brew.sh --- run_once_before_install_brew.sh.tmpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 run_once_before_install_brew.sh.tmpl diff --git a/run_once_before_install_brew.sh.tmpl b/run_once_before_install_brew.sh.tmpl new file mode 100644 index 0000000..f02e8bb --- /dev/null +++ b/run_once_before_install_brew.sh.tmpl @@ -0,0 +1,4 @@ +{{ if eq .chezmoi.os "darwin" -}} +#!/bin/bash +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +{{ end -}}