diff --git a/init.ps1 b/init.ps1 index 4763393..7ae53b7 100644 --- a/init.ps1 +++ b/init.ps1 @@ -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