-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevtools.ps1
More file actions
45 lines (34 loc) · 928 Bytes
/
devtools.ps1
File metadata and controls
45 lines (34 loc) · 928 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
if ((gcm choco.exe -ErrorAction SilentlyContinue) -eq $null)
{
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
}
cinst poshgit -y
cinst 7zip -y
#cinst rdcman -y #not supported anymore
cinst sublimetext3 -y
#cinst SublimeText3.PackageControl -y #broken?
cinst sublimetext3.powershellalias -y
cinst linqpad -y --ignorechecksum
cinst foxitreader -y
cinst markdownmonster -y
cinst firefox -y
cinst chrome -y
cinst fiddler -y
cinst wireshark -y
cinst putty -y
cinst treesizefree -y
cinst sysinternals -y
cinst ccleaner -y
#cinst jing -y
cinst slack -y
#cinst skype -y
cinst ncrunch-vs2019 -y
cinst ssms -y
cinst vscode -y
cinst azure-data-studio -y
cinst microsoftazurestorageexplorer -y
cinst docker-desktop -y #needs restart
#choco install sqlsentryplanexplorer
#choco install planexplorerssmsaddin
#choco install queueexplorer-professional
Install-Module -Name Pscx -AllowClobber