Compare commits
No commits in common. "76eae16e50cc29fba5e634edd4f327b08cb3ba5b" and "7fb480d34bf437cb15d2702308c3c04d3cbca9bd" have entirely different histories.
76eae16e50
...
7fb480d34b
5
init.ps1
5
init.ps1
|
@ -6,7 +6,7 @@
|
||||||
## Make sure we have git
|
## Make sure we have git
|
||||||
if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null)
|
if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null)
|
||||||
{
|
{
|
||||||
winget install git.git -h
|
Write-Host "Please install git first"
|
||||||
}
|
}
|
||||||
|
|
||||||
## Install homepshick
|
## Install homepshick
|
||||||
|
@ -24,8 +24,5 @@ Enable-HomepsickCastle -All -Force
|
||||||
# Install Terminal-Icons Module
|
# Install Terminal-Icons Module
|
||||||
Install-Module -Name Terminal-Icons -Force
|
Install-Module -Name Terminal-Icons -Force
|
||||||
|
|
||||||
# Install Starship (Will prompt for admin)
|
|
||||||
winget install starship -f
|
|
||||||
|
|
||||||
# Init Starship
|
# Init Starship
|
||||||
Invoke-Expression (&starship init powershell)
|
Invoke-Expression (&starship init powershell)
|
Loading…
Reference in New Issue