feat: updated gitea username
This commit is contained in:
parent
8cefc97044
commit
c2c3aaaa61
6
init.sh
6
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
|
||||
|
|
Loading…
Reference in New Issue