update init.sh
This commit is contained in:
parent
e04728d6b3
commit
6c02e4a182
2
init.sh
2
init.sh
|
@ -23,7 +23,7 @@ if [[ ! -d $HOME/.homesick ]]; then
|
||||||
|
|
||||||
## clone home, then set it to ssh afterwards
|
## 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
|
## 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/kittyfangs/dotfiles.git
|
homeshick --batch clone https://stash.firekitten.net/maulerant/dotfiles.git
|
||||||
## git -C "$HOME/.homesick/repos/dotfiles" remote set-url origin git@stash.firekitten.net:kittyfangs/dotfiles
|
## git -C "$HOME/.homesick/repos/dotfiles" remote set-url origin git@stash.firekitten.net:kittyfangs/dotfiles
|
||||||
|
|
||||||
## Lets get the powerhsell version since we are initing in bash
|
## Lets get the powerhsell version since we are initing in bash
|
||||||
|
|
Loading…
Reference in New Issue