Update dotfiles script

This commit is contained in:
Daniel Flanagan 2021-11-03 12:17:44 -05:00
parent 76effeaf7f
commit 90185f2735
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
#!/usr/bin/env sh
curl --proto '=https' --tlsv1.2 -LsSf https://git.lyte.dev/lytedev/dotfiles/raw/common/bin/dotfiles-clone-and-setup | sh
f="$(mktemp)"
curl -o "$f" -LsSf https://git.lyte.dev/lytedev/dotfiles/raw/common/bin/dotfiles-clone-and-setup
exec sh -i "$f"