Update init.ps1
This commit is contained in:
parent
91c4010544
commit
e04728d6b3
2
init.ps1
2
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
|
||||
|
|
Loading…
Reference in New Issue