diff --git a/Scripts/Windows.ps1 b/Scripts/Windows.ps1 index 87816e7..0473225 100644 --- a/Scripts/Windows.ps1 +++ b/Scripts/Windows.ps1 @@ -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 `