mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-15 19:04:19 +00:00
Create Windows.ps1
This commit is contained in:
21
Scripts/Windows.ps1
Normal file
21
Scripts/Windows.ps1
Normal file
@ -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
|
Reference in New Issue
Block a user