From 1411eddc4b891a6a5f55f339941973a218b83ccf Mon Sep 17 00:00:00 2001
From: Raine <raine@ixvd.net>
Date: Sat, 14 Oct 2023 22:38:16 +0200
Subject: [PATCH] feat: remote script

---
 remote_script.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 remote_script.sh

diff --git a/remote_script.sh b/remote_script.sh
new file mode 100644
index 0000000..517668b
--- /dev/null
+++ b/remote_script.sh
@@ -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