5 lines
145 B
Bash
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"
|