From fc056dafde79e46a31783515a4b6eda8207d868d Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Wed, 16 Sep 2020 19:12:00 +0200 Subject: [PATCH] Homebrew packages installation script --- scripts/homebrew-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/homebrew-install.sh diff --git a/scripts/homebrew-install.sh b/scripts/homebrew-install.sh new file mode 100755 index 0000000..627cb4c --- /dev/null +++ b/scripts/homebrew-install.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# https://docs.brew.sh/Homebrew-on-Linux + +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" +