fix: dotfiles url
This commit is contained in:
parent
649806d52d
commit
fa579eba0b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue