initial commit

This commit is contained in:
2025-05-30 20:12:38 -04:00
commit 9a873e4c36
+16
View File
@@ -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`