From 55d32872599040a225de721430cca99aa815d768 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 16 Apr 2023 02:27:14 -0500 Subject: [PATCH] Add dfi script for auto-provisioning machines --- static/dfi.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/dfi.sh diff --git a/static/dfi.sh b/static/dfi.sh new file mode 100644 index 0000000..cdd17ff --- /dev/null +++ b/static/dfi.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +f="$(mktemp)" +curl -o "$f" -LsSf https://git.lyte.dev/lytedev/dotfiles/raw/common/bin/dotfiles-init +exec sh -i "$f"