fix: init.ps1 fix
This commit is contained in:
		
							parent
							
								
									4f1505ff87
								
							
						
					
					
						commit
						5fd2e32304
					
				
							
								
								
									
										2
									
								
								init.ps1
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user