Add install_brew.sh

This commit is contained in:
Florian Beisel 2024-06-04 20:33:52 +02:00
parent b00e82225e
commit 963cf5aadb
1 changed files with 4 additions and 0 deletions

View File

@ -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 -}}