From 74a6bbcfb29525b73187c9acf040538ef46760c9 Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Tue, 7 May 2024 07:53:49 +0000 Subject: [PATCH] fix: init.ps1 fix --- init.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.ps1 b/init.ps1 index 4640961..8aa2bce 100644 --- a/init.ps1 +++ b/init.ps1 @@ -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