feat: added WindowsPowershell profile

This commit is contained in:
Kitty Fangs 2024-05-10 16:53:29 +00:00
parent 28b739cf9f
commit 540f2b2397
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
## Load Homepsick
Import-Module -Name "$([IO.Path]::Combine($home, ".homesick", "repos", "homepsick", "src", "Homepsick.psm1"))" -Force
## Update my Homepsick repos
Update-HomepsickCastle -All
## Link everything
Enable-HomepsickCastle -All
## Load Starship Prompt
Invoke-Expression (&starship init powershell)
## Load Terminal Icons
Import-Module -Name Terminal-Icons