From 3cbaf3e6fdb6446092465f2433ecf02408e7a386 Mon Sep 17 00:00:00 2001 From: Werner Date: Sat, 21 Jan 2023 19:49:07 -0300 Subject: [PATCH] Create Windows.ps1 --- Scripts/Windows.ps1 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Scripts/Windows.ps1 diff --git a/Scripts/Windows.ps1 b/Scripts/Windows.ps1 new file mode 100644 index 0000000..87816e7 --- /dev/null +++ b/Scripts/Windows.ps1 @@ -0,0 +1,21 @@ +#!/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 + +cargo install --force ` + bat ` + cbindgen ` + du-dust ` + fd-find ` + grex ` + naga-cli ` + procs ` + ripgrep ` + sd ` + tokei ` + wasm-bindgen-cli