mac changes

This commit is contained in:
Vasili Svirydau
2021-04-28 23:47:04 -07:00
parent cf075eb3cc
commit 6b2245dd16
6 changed files with 31 additions and 8 deletions

7
setup.d/01-brew.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
if [[ "$OSTYPE" == "darwin"* ]]; then
if ! command -v brew > /dev/null; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
fi