From 4df03133bf8dff64c0d82afd1fb971094bc4c36c Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Sat, 13 Apr 2024 01:51:55 +0000 Subject: Reconfigure bootstrapping scripts --- bootstrap | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100644 index 0000000..40373b7 --- /dev/null +++ b/bootstrap @@ -0,0 +1,15 @@ +#!/usr/bin/env sh + +set -e + +mkdir -p $HOME/.config +cd $HOME/.config +git init +git remote add origin "http://cgit.tilde.town/~noa/dots/" +git fetch origin +git checkout -b main --track origin/master +git remote set-url origin noa@tilde.town:public_git/dots + +echo +echo "Configuration files installed." +echo "You probably want to run ~/.config/setup.sh now." -- cgit 1.4.1-2-gfad0