From fe42c83aafa03a713ebd28b7ea6d700aa5d3c167 Mon Sep 17 00:00:00 2001 From: Werner Date: Sat, 3 Dec 2022 20:33:47 -0300 Subject: [PATCH] Update Bootstrap.ps1 --- Bootstrap.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Bootstrap.ps1 b/Bootstrap.ps1 index c6081b4..003db09 100644 --- a/Bootstrap.ps1 +++ b/Bootstrap.ps1 @@ -4,5 +4,6 @@ New-Item -Type Directory $home/Documents/PowerShell Copy-Item ./Config/Microsoft.PowerShell_profile.ps1 $home/Documents/PowerShell +New-Item -Type Directory $home/.config Copy-Item ./Config/starship.toml $home/.config winget install starship