diff --git a/init.ps1 b/init.ps1 index e6fbf0a..84d421c 100644 --- a/init.ps1 +++ b/init.ps1 @@ -6,8 +6,7 @@ ## Make sure we have git if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null) { - Write-Host "Please install git first" - break + winget install git.git -h } ## Install homepshick @@ -25,5 +24,8 @@ Enable-HomepsickCastle -All -Force # Install Terminal-Icons Module Install-Module -Name Terminal-Icons -Force +# Install Starship (Will prompt for admin) +winget install starship -f + # Init Starship Invoke-Expression (&starship init powershell) \ No newline at end of file