-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWinget-Devops-install.bat
More file actions
46 lines (29 loc) · 910 Bytes
/
Winget-Devops-install.bat
File metadata and controls
46 lines (29 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
::## run in administrator terminal
::## Git
winget install -e --id Git.Git
winget install -e --id TortoiseGit.TortoiseGit
::## ides & code
winget install -e --id Microsoft.VisualStudioCode
::## Install "latest Python"
winget install python3
::## winmerge
winget install -e --id WinMerge.WinMerge
::## Neovim
::## winget install -e --id Neovim.Neovim
::## SSH
winget install -e --id PuTTY.PuTTY
::## Helm for Kubernetes
winget install Helm.Helm
::## Azure
winget install -e --id Microsoft.AzureCLI
winget install -e --id Microsoft.Azure.StorageExplorer
winget install -e --id Microsoft.Azure.AZCopy.10
::## Docker Desktop
winget install -e --id Docker.DockerDesktop
::## Terraform
winget install -e --id Hashicorp.Terraform
::### ==========================
::## optional, uncomment to run
::### ==========================
::## install ubuntu in wsl2
::## winget install --id=Microsoft.WSL -e