Files
dotfiles/Scripts/Windows.ps1
2023-01-21 19:49:07 -03:00

22 lines
404 B
PowerShell

#!/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