-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.ps1
More file actions
20 lines (20 loc) Β· 1.25 KB
/
Copy pathwork.ps1
File metadata and controls
20 lines (20 loc) Β· 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
winget install Microsoft.VisualStudioCode -h --accept-package-agreements;
winget install Microsoft.PowerToys -h --accept-package-agreements;
winget install Microsoft.Teams -h --accept-package-agreements;
winget install Microsoft.PowerShell -h --accept-package-agreements;
winget install Microsoft.WindowsTerminal -h --accept-package-agreements;
winget install Docker.DockerDesktop -h --accept-package-agreements;
winget install Git.Git -h --accept-package-agreements;
winget install Volta.Volta -h --accept-package-agreements;
winget install Google.Chrome.EXE -h --accept-package-agreements;
winget install SlackTechnologies.Slack -h --accept-package-agreements;
winget install VideoLAN.VLC -h --accept-package-agreements;
winget install starship -h --accept-package-agreements;
winget install GoLang.Go -h --accept-package-agreements;
winget install Logitech.LogiTune -h --accept-package-agreements;
winget install PostgreSQL.pgAdmin -h --accept-package-agreements;
winget install Elgato.StreamDeck -h --accept-package-agreements;
winget install Canonical.Ubuntu -h --accept-package-agreements;
winget install Amazon.AWSCLI -h --accept-package-agreements;
winget install REALiX.HWiNFO -h --accept-package-agreements;
winget install Tailscale.Tailscale -h --accept-package-agreements;