Update init.ps1

This commit is contained in:
Maulerant 2024-05-22 16:53:51 +00:00
parent 91c4010544
commit e04728d6b3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ git clone https://github.com/KitKat31337/homepsick.git "$([IO.Path]::Combine($ho
Import-Module -Name "$([IO.Path]::Combine($home, ".homesick", "repos", "homepsick", "src", "Homepsick.psm1"))" -Force
## clone home
New-HomepsickCastle -Clone -GitUrl https://stash.firekitten.net/kittyfangs/dotfiles.git
New-HomepsickCastle -Clone -GitUrl https://stash.firekitten.net/maulerant/dotfiles.git
## git -C "$home/.homesick/repos/dotfiles" remote set-url origin git@stash.firekitten.net:kittyfangs/dotfiles
## Lets get the bash version since we are initing in powershell