From 26b508767d4fe9592c9373a7f7c15c4a9bf0c9d5 Mon Sep 17 00:00:00 2001 From: ange Date: Sat, 18 May 2024 22:17:07 +0200 Subject: [PATCH] feat: dotfiles ssh url --- src/dotfiles.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dotfiles.sh b/src/dotfiles.sh index cb54afa..f0f554a 100644 --- a/src/dotfiles.sh +++ b/src/dotfiles.sh @@ -11,3 +11,4 @@ git clone --bare "$repo" "$HOME/.dotfiles" "${config[@]}" checkout -f "${config[@]}" submodule update --init --recursive --remote "${config[@]}" config status.showUntrackedFiles no +"${config[@]}" remote set-url origin git@git.maby.dev:ange/.dotfiles.git