From b841b396c694faa15ab2cfdd268f234f58fc5c38 Mon Sep 17 00:00:00 2001 From: rene Date: Sat, 7 Mar 2026 16:58:16 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20Forgejo=20URLs:=20dsm.motocamp.de:3051=20?= =?UTF-8?q?=E2=86=92=20git.motocamp.de?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- micro/install-micro-dotfiles.sh | 2 +- nvim/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/micro/install-micro-dotfiles.sh b/micro/install-micro-dotfiles.sh index 131a797..b550172 100755 --- a/micro/install-micro-dotfiles.sh +++ b/micro/install-micro-dotfiles.sh @@ -12,7 +12,7 @@ set -e -REPO_URL="https://dsm.motocamp.de:3051/rene/dotfiles-rene.git" +REPO_URL="https://git.motocamp.de/rene/dotfiles-rene.git" BASE_DIR="$HOME/git-projekte" REPO_NAME="dotfiles-rene" REPO_DIR="$BASE_DIR/$REPO_NAME" diff --git a/nvim/README.md b/nvim/README.md index be87ce0..4bd47d5 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -35,7 +35,7 @@ sudo apt install neovim ripgrep fd-find nodejs npm ### Dotfiles installieren ```bash -git clone git@dsm.motocamp.de:3051/rene/dotfiles-rene.git ~/git-projekte/dotfiles-rene +git clone https://git.motocamp.de/rene/dotfiles-rene.git ~/git-projekte/dotfiles-rene cd ~/git-projekte/dotfiles-rene/nvim chmod +x install-nvim-dotfiles.sh ./install-nvim-dotfiles.sh