-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwinget.ps1
60 lines (41 loc) · 923 Bytes
/
winget.ps1
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#winget search *
#PowerShell core
winget install Microsoft.PowerShell
pwsh.exe
#VS Code
winget install Microsoft.VisualStudioCode
#Storage Explorer
winget install Microsoft.Azure.StorageExplorer
#Bicep
winget install Microsoft.Bicep
#Azure PowerShell
Install-Module Az
#Azure CLI
winget install Microsoft.AzureCLI
#Sysinternal suite
winget install 9P7KNL5RWT25
#Google Chrome
winget install Google.Chrome
#Git
winget install Git.Git
winget install GitHub.cli
#WSL
wsl --install -d Ubuntu-20.04
#PowerToys
winget install Microsoft.PowerToys
#DevToys
winget install 9PGCV4V3BK4W
#Mouse without borders
Microsoft.MouseWithoutBorders
#Wireshark
winget install WiresharkFoundation.Wireshark
#Stream Deck
winget install Elgato.StreamDeck
#Zoom
winget install Zoom.Zoom
#Beef Text
winget install Beeftext.Beeftext
#Logitech.Options
winget install Logitech.Options
#Python 3.11
winget install Python.Python.3.11