style: Added comments
This commit is contained in:
parent
eb80887a03
commit
1a20bc2677
@ -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)
|
Invoke-Expression (&starship init powershell)
|
||||||
|
|
||||||
|
## Load Terminal Icons
|
||||||
Import-Module -Name Terminal-Icons
|
Import-Module -Name Terminal-Icons
|
Loading…
x
Reference in New Issue
Block a user