Skip to content

Commit 73187bb

Browse files
committed
test: update scenarios
Signed-off-by: Jonatan Mata <jonmatum@gmail.com>
1 parent 25c9391 commit 73187bb

1 file changed

Lines changed: 24 additions & 20 deletions

File tree

test/shell/scenarios.json

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"features": {
55
"shell": {
66
"installZsh": true,
7-
"ohMyZsh": false,
8-
"powerlevel10k": false,
9-
"autosuggestions": false,
10-
"syntaxHighlighting": false,
11-
"opinionated": false
7+
"ohMyZsh": true,
8+
"powerlevel10k": true,
9+
"autosuggestions": true,
10+
"syntaxHighlighting": true,
11+
"opinionated": true,
12+
"p10kUrl": "https://gist.githubusercontent.com/jonmatum/e567e6d2ffb82d0942e4176bfed1b62b/raw/9c5d5ba72a647d1e7cabb7f05931bdfb8098cc3d/.p10k.zsh"
1213
}
1314
}
1415
},
@@ -17,11 +18,12 @@
1718
"features": {
1819
"shell": {
1920
"installZsh": true,
20-
"ohMyZsh": false,
21-
"powerlevel10k": false,
22-
"autosuggestions": false,
23-
"syntaxHighlighting": false,
24-
"opinionated": false
21+
"ohMyZsh": true,
22+
"powerlevel10k": true,
23+
"autosuggestions": true,
24+
"syntaxHighlighting": true,
25+
"opinionated": true,
26+
"p10kUrl": "https://gist.githubusercontent.com/jonmatum/e567e6d2ffb82d0942e4176bfed1b62b/raw/9c5d5ba72a647d1e7cabb7f05931bdfb8098cc3d/.p10k.zsh"
2527
}
2628
}
2729
},
@@ -30,11 +32,12 @@
3032
"features": {
3133
"shell": {
3234
"installZsh": true,
33-
"ohMyZsh": false,
34-
"powerlevel10k": false,
35-
"autosuggestions": false,
36-
"syntaxHighlighting": false,
37-
"opinionated": false
35+
"ohMyZsh": true,
36+
"powerlevel10k": true,
37+
"autosuggestions": true,
38+
"syntaxHighlighting": true,
39+
"opinionated": true,
40+
"p10kUrl": "https://gist.githubusercontent.com/jonmatum/e567e6d2ffb82d0942e4176bfed1b62b/raw/9c5d5ba72a647d1e7cabb7f05931bdfb8098cc3d/.p10k.zsh"
3841
}
3942
}
4043
},
@@ -43,11 +46,12 @@
4346
"features": {
4447
"shell": {
4548
"installZsh": true,
46-
"ohMyZsh": false,
47-
"powerlevel10k": false,
48-
"autosuggestions": false,
49-
"syntaxHighlighting": false,
50-
"opinionated": false
49+
"ohMyZsh": true,
50+
"powerlevel10k": true,
51+
"autosuggestions": true,
52+
"syntaxHighlighting": true,
53+
"opinionated": true,
54+
"p10kUrl": "https://gist.githubusercontent.com/jonmatum/e567e6d2ffb82d0942e4176bfed1b62b/raw/9c5d5ba72a647d1e7cabb7f05931bdfb8098cc3d/.p10k.zsh"
5155
}
5256
}
5357
}

0 commit comments

Comments
 (0)