From 3c10944651bc941149ae987ee8a4ea0c88378322 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Wed, 19 Jun 2024 07:44:22 +0000 Subject: Initial commit --- bootstrap | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap deleted file mode 100644 index e6f1d87..0000000 --- a/bootstrap +++ /dev/null @@ -1,15 +0,0 @@ -#!/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/main -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