style: Added comments

This commit is contained in:
Kitty Fangs 2024-05-07 07:42:41 +00:00
parent 541a3b28cf
commit e90e0a023f
1 changed files with 12 additions and 0 deletions

View File

@ -1,2 +1,14 @@
## Load Homepsick
Import-Module -Name [IO.Path]::Combine($home, ".homesick", "repos", "homepsick") -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