mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-14 18:34:19 +00:00
Update Windows.ps1
This commit is contained in:
@ -7,6 +7,14 @@ Copy-Item ./Config/Microsoft.PowerShell_profile.ps1 $home/Documents/PowerShell
|
|||||||
Copy-Item ./Config/starship.toml $home/.config
|
Copy-Item ./Config/starship.toml $home/.config
|
||||||
winget install starship
|
winget install starship
|
||||||
|
|
||||||
|
# Scoop
|
||||||
|
|
||||||
|
iwr -useb get.scoop.sh | iex
|
||||||
|
|
||||||
|
# Tools
|
||||||
|
|
||||||
|
scoop install neofetch
|
||||||
|
|
||||||
cargo install --force `
|
cargo install --force `
|
||||||
bat `
|
bat `
|
||||||
cbindgen `
|
cbindgen `
|
||||||
|
Reference in New Issue
Block a user