fix: dotfiles url
This commit is contained in:
parent
649806d52d
commit
fa579eba0b
@ -2,10 +2,10 @@
|
|||||||
#shellcheck disable=SC2154
|
#shellcheck disable=SC2154
|
||||||
|
|
||||||
config=(git --git-dir "$HOME/.dotfiles" --work-tree "$HOME")
|
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"
|
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
|
"${config[@]}" remote set-url origin git@git.gmoker.com:ange/dotfiles.git
|
||||||
|
Loading…
Reference in New Issue
Block a user