Compare commits
2 Commits
7fb480d34b
...
76eae16e50
Author | SHA1 | Date |
---|---|---|
Kitty Fangs | 76eae16e50 | |
Kitty Fangs | 94ce23b1b8 |
5
init.ps1
5
init.ps1
|
@ -6,7 +6,7 @@
|
|||
## Make sure we have git
|
||||
if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null)
|
||||
{
|
||||
Write-Host "Please install git first"
|
||||
winget install git.git -h
|
||||
}
|
||||
|
||||
## Install homepshick
|
||||
|
@ -24,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)
|
Loading…
Reference in New Issue