From 2db0b9b36fa72f590e353f0f3ff063135ea9811e Mon Sep 17 00:00:00 2001 From: rene Date: Sat, 7 Mar 2026 15:34:38 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20dotfiles=20repo=20URL:=20dotfiles=20?= =?UTF-8?q?=E2=86=92=20dotfiles-rene?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 947c999..283d91c 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ cd macbook-setup - Netzwerk: `10.47.11.0/24` (via WireGuard `10.13.13.x`) - DiskStation: `10.47.11.10` (SMTP, IMAP, Synology Drive) -- Dot-Files: `https://git.motocamp.de/rene/dotfiles.git` +- Dot-Files: `https://git.motocamp.de/rene/dotfiles-rene.git` diff --git a/setup.sh b/setup.sh index e732f29..6182bb8 100644 --- a/setup.sh +++ b/setup.sh @@ -6,7 +6,7 @@ set -e FORGEJO="https://git.motocamp.de" -DOTFILES_REPO="$FORGEJO/rene/dotfiles.git" +DOTFILES_REPO="$FORGEJO/rene/dotfiles-rene.git" SETUP_REPO="$FORGEJO/rene/macbook-setup.git" SETUP_RAW="$FORGEJO/rene/macbook-setup/raw/branch/main"