-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelop.config
57 lines (44 loc) · 1.52 KB
/
develop.config
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
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="azure-cli" />
<package id="jfrog-cli" />
<package id="kdiff3" />
<package id="winmerge" />
<package id="graphviz" />
<package id="pandoc" />
<!-- fonts -->
<package id="cascadiafonts" />
<package id="firacode" />
<!-- debug .NET assembly binding logs; fusionplusplus is an improved rewrite -->
<package id="dependencywalker" />
<package id="fusionplusplus" />
<package id="dependencies" />
<package id="dnspy" />
<package id="fusionplusplus" />
<package id="msbuild-structured-log-viewer" />
<package id="nuget.commandline" />
<package id="NugetPackageExplorer" />
<package id="linqpad7.install" />
<!-- linter for bash/shell scripts; has VSCode integration via extension "shellcheck" -->
<package id="shellcheck" />
<!-- git stuff -->
<!-- GitHub CLI: https://cli.github.com -->
<package id="gh" />
<package id="git-fork" />
<package id="gitui" />
<!-- Computes various size metrics for a local Git repository -->
<package id="git-sizer" />
<package id="lazygit" />
<!-- performance benchmark tool -->
<package id="hyperfine" />
<!-- network performance measurement -->
<package id="iperf3" />
<package id="nmap" />
<!-- test REST APIs -->
<package id="insomnia-rest-api-client" />
<package id="postman" />
<!-- generates SBOMs -->
<package id="syft" />
<!-- A tool for exploring a docker image, layers - https://github.com/wagoodman/dive -->
<package id="dive" />
</packages>