feat: dotfiles ssh url

This commit is contained in:
ange 2024-05-18 22:17:07 +02:00
parent eea829ae6e
commit 26b508767d
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -11,3 +11,4 @@ git clone --bare "$repo" "$HOME/.dotfiles"
"${config[@]}" checkout -f "${config[@]}" checkout -f
"${config[@]}" submodule update --init --recursive --remote "${config[@]}" submodule update --init --recursive --remote
"${config[@]}" config status.showUntrackedFiles no "${config[@]}" config status.showUntrackedFiles no
"${config[@]}" remote set-url origin git@git.maby.dev:ange/.dotfiles.git