fix: dotfiles url

This commit is contained in:
ange 2025-06-21 06:41:23 +00:00
parent 649806d52d
commit fa579eba0b
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -2,10 +2,10 @@
#shellcheck disable=SC2154
config=(git --git-dir "$HOME/.dotfiles" --work-tree "$HOME")
repo='https://git.maby.dev/ange/.dotfiles.git'
repo='https://git.gmoker.com/ange/dotfiles.git'
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
"${config[@]}" remote set-url origin git@git.gmoker.com:ange/dotfiles.git