feat: remote script
This commit is contained in:
parent
8ce67d022a
commit
1411eddc4b
1 changed files with 10 additions and 0 deletions
10
remote_script.sh
Normal file
10
remote_script.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# this script is meant to be ran when .dotfiles is not present.
|
||||
#
|
||||
# example:
|
||||
# curl https://git.ixvd.net/raine/dotfiles/raw/branch/main/remote_script.sh | sh
|
||||
|
||||
git clone https://git.ixvd.net/raine/dotfiles $HOME/.dotfiles
|
||||
cd $HOME/.dotfiles
|
||||
./dot a
|
Loading…
Reference in a new issue