5 lines
133 B
PowerShell
5 lines
133 B
PowerShell
# TODO: Fix path
|
|
$DotFilesPath = "$HOME\Documents\dots2\windows"
|
|
$ENV:EDITOR = "nvim"
|
|
|
|
Invoke-Expression (&starship init powershell)
|