initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Install Homebrew
|
||||||
|
if ! command -v brew >/dev/null 2>&1; then
|
||||||
|
echo "Installing Homebrew"
|
||||||
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Install yadm
|
||||||
|
if ! command -v yadm >/dev/null 2>&1; then
|
||||||
|
echo "Installing yadm"
|
||||||
|
brew install yadm
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Configure system settings
|
||||||
|
# uses `defaults`
|
||||||
Reference in New Issue
Block a user