From 92540e62e512163bf7877a1ffe1d01cd1a5d10b7 Mon Sep 17 00:00:00 2001 From: Werner Date: Fri, 24 Feb 2023 07:14:20 -0300 Subject: [PATCH] Update Windows.ps1 --- Scripts/Windows.ps1 | 8 ++++++++ 1 file changed, 8 insertions(+) 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 `