diff options
author | noa@gaiwan.org | 2024-06-19 07:44:22 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-19 07:44:22 +0000 |
commit | 3c10944651bc941149ae987ee8a4ea0c88378322 (patch) | |
tree | 3073bbe34b39ef127c29ea4ee7a9286a367e0c2b /bootstrap | |
parent | 2bec8ba46383685c28c55bd7969ee696aa31a528 (diff) |
Initial commit
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap | 15 |
1 files changed, 0 insertions, 15 deletions
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." |