Update Windows.ps1

This commit is contained in:
Werner
2023-02-24 07:14:20 -03:00
parent ec36bd9094
commit 92540e62e5

View File

@ -7,6 +7,14 @@ Copy-Item ./Config/Microsoft.PowerShell_profile.ps1 $home/Documents/PowerShell
Copy-Item ./Config/starship.toml $home/.config
winget install starship
# Scoop
iwr -useb get.scoop.sh | iex
# Tools
scoop install neofetch
cargo install --force `
bat `
cbindgen `