diff --git a/Bootstrap.ps1 b/Bootstrap.ps1 deleted file mode 100644 index 003db09..0000000 --- a/Bootstrap.ps1 +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env pwsh - -# Shell - -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