mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-13 18:04:18 +00:00
Initial windows scripts
This commit is contained in:
8
Bootstrap.ps1
Normal file
8
Bootstrap.ps1
Normal 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
|
1
Config/Microsoft.PowerShell_profile.ps1
Normal file
1
Config/Microsoft.PowerShell_profile.ps1
Normal file
@ -0,0 +1 @@
|
||||
Invoke-Expression (&starship init powershell)
|
Reference in New Issue
Block a user