Added Windows dotfiles

This commit is contained in:
Bobban
2022-11-09 21:40:24 +01:00
parent ec0b0c2e3c
commit fac4c7321c
3 changed files with 440 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
$ENV:STARSHIP_CONFIG = "$home\.config\starship.toml"
$ENV:STARSHIP_DISTRO = "$env:username"
Invoke-Expression (&starship init powershell)