Delete Bootstrap.ps1

This commit is contained in:
Werner
2023-01-21 20:06:20 -03:00
parent 3cbaf3e6fd
commit e0b3889edd

View File

@ -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