Homebrew packages installation script

This commit is contained in:
Martin Blazik
2020-09-16 19:12:00 +02:00
parent 6378a45e77
commit fc056dafde

6
scripts/homebrew-install.sh Executable file
View File

@@ -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)"