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"