Update dotfiles script
This commit is contained in:
parent
76effeaf7f
commit
90185f2735
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue