From c2c3aaaa6183edb5a74759f3bb500d2a494a0be4 Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Sun, 5 May 2024 06:57:14 +0000 Subject: [PATCH] feat: updated gitea username --- init.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.sh b/init.sh index 83bda93..c0f7327 100644 --- a/init.sh +++ b/init.sh @@ -2,7 +2,7 @@ set -ex # Do a curlbash to allow me to take over your system -# curl -sL https://stash.firekitten.net/kford/dotfiles/raw/branch/main/init.sh | bash +# curl -sL https://stash.firekitten.net/kittyfangs/dotfiles/raw/branch/main/init.sh | bash ## Make sure we have git for app in git curl; do @@ -19,8 +19,8 @@ source "$HOME/.homesick/repos/homeshick/homeshick.sh" ## clone home, then set it to ssh afterwards ## This means we need our keys before we can make further actions - disable the ssh behavior for now -homeshick --batch clone https://stash.firekitten.net/kford/dotfiles.git -## git -C "$HOME/.homesick/repos/dotfiles" remote set-url origin git@stash.firekitten.net:kford/dotfiles +homeshick --batch clone https://stash.firekitten.net/kittyfangs/dotfiles.git +## git -C "$HOME/.homesick/repos/dotfiles" remote set-url origin git@stash.firekitten.net:kittyfangs/dotfiles ## Link everything homeshick link --force