-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasics.yml
56 lines (52 loc) · 1.43 KB
/
basics.yml
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
- group:
description: "Essential development tools"
checks:
- version:
cmd: node --version
range: ^12.14.x
- version:
cmd: git --version
range: ^2.25.x
- contains:
comment: Checking email is set for git commits
string: "@"
file: ~/.gitconfig
- group:
description: "Shell utilities"
checks:
- version:
cmd: bash --version
range: ^4.x.x
- version:
cmd: ssh -V
range: ^2.x.x
- version:
cmd: curl --version
range: ^7.x.x
- version:
cmd: wget --version
range: ^1.9.x
- version:
comment: Very useful utility for parsing json files. Download from https://stedolan.github.io/jq/download/
cmd: jq --version
range: ^1.5.x
- group:
description: "Editor support"
checks:
- version:
comment: Visual Studio Code is a great editor for editing configuration scripts.
cmd: code --version
range: ^1.49.0
- group:
description: "Virtualization support and tools"
checks:
- capability:
memory: 4
cores: 2
virtualization: true
- version:
cmd: bakerx --version
range: ^0.6.12
- version:
cmd: VBoxManage --version
range: ^6.0.14