4 lines
112 B
PowerShell
4 lines
112 B
PowerShell
# TODO: Fix path
|
|
$DotFilesPath = "$HOME\Documents\dots2\windows"
|
|
|
|
Invoke-Expression (&starship init powershell)
|