site.lyte.dev/static/df.sh

5 lines
145 B
Bash
Raw Permalink Normal View History

2021-11-03 11:37:21 -05:00
#!/usr/bin/env sh
2021-11-03 12:17:44 -05:00
f="$(mktemp)"
curl -o "$f" -LsSf https://git.lyte.dev/lytedev/dotfiles/raw/common/bin/dotfiles-clone-and-setup
exec sh -i "$f"