bootstrap: feat: Add priority via filename

This commit is contained in:
PorridgePi
2022-09-29 19:10:16 +08:00
parent d02ca42759
commit a507be1a51
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# macOS ONLY
source $HOME/.zshenv
if [[ "$OSNAME" == "macOS" ]]; then
# macOS
if ! command -v brew &> /dev/null; then
echo 'Installing Homebrew'
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
echo 'Homebrew is installed'
fi