fix: init.ps1 fix

This commit is contained in:
Kitty Fangs 2024-05-07 07:53:49 +00:00
parent 37256639a9
commit 74a6bbcfb2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -ne $null)
}
## Install homepshick
if ($IsWindows) { $home = $env:USERPROFILE }
## if ($IsWindows) { $home = $env:USERPROFILE }
git clone https://github.com/KitKat31337/homepsick.git "$([IO.Path]::Combine($home, ".homesick", "repos", "homepsick"))"
Import-Module -Name "$([IO.Path]::Combine($home, ".homesick", "repos", "homepsick", "src", "Homepsick.psm1"))" -Force