Initial windows scripts

This commit is contained in:
Werner
2022-11-12 14:52:39 -03:00
parent 6f37376056
commit 14f391021c
2 changed files with 9 additions and 0 deletions

8
Bootstrap.ps1 Normal file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env pwsh
# Shell
New-Item -Type Directory $home/Documents/PowerShell
Copy-Item ./Config/Microsoft.PowerShell_profile.ps1 $home/Documents/PowerShell
Copy-Item ./Config/starship.toml $home/.config
winget install starship

View File

@ -0,0 +1 @@
Invoke-Expression (&starship init powershell)