site.lyte.dev/static/df.sh

5 lines
145 B
Bash

#!/usr/bin/env sh
f="$(mktemp)"
curl -o "$f" -LsSf https://git.lyte.dev/lytedev/dotfiles/raw/common/bin/dotfiles-clone-and-setup
exec sh -i "$f"