setup with codeberg host

This commit is contained in:
odrling 2022-09-07 09:02:12 +02:00
parent 85b38bf822
commit 7061619cce
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -2,7 +2,7 @@
alias dots="git --git-dir=$HOME/.dots --work-tree=$HOME"
dots init "$HOME"
dots remote add origin https://git.odrling.xyz/odrling/dotfiles.git
dots remote add origin https://codeberg.org/odrling/dotfiles.git
dots fetch origin master
[ -f "$HOME/.profile" ] && mv -vi "$HOME/.profile" "$HOME/.profile.local"
[ -f "$HOME/.zshrc" ] && mv -vi "$HOME/.zshrc" "$HOME/.zshrc.local"