dotfiles/remote_script.sh
2023-10-14 22:38:16 +02:00

10 lines
260 B
Bash

#!/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