Skip to content

Commit 198cb10

Browse files
ttw225bearomorphism
authored andcommitted
docs(images): add shared vhs tape snippets
1 parent c89cedc commit 198cb10

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

docs/images/shared/base.tape

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Require cz
2+
3+
# Use bash for cross-platform compatibility (macOS, Linux, Windows)
4+
Set Shell bash
5+
6+
Set FontSize 16
7+
Set Width 878
8+
Set Height 568
9+
Set Padding 20
10+
Set TypingSpeed 50ms
11+
12+
Set Theme {
13+
"name": "Commitizen",
14+
"black": "#232628",
15+
"red": "#fc4384",
16+
"green": "#b3e33b",
17+
"yellow": "#ffa727",
18+
"blue": "#75dff2",
19+
"magenta": "#ae89fe",
20+
"cyan": "#708387",
21+
"white": "#d5d5d0",
22+
"brightBlack": "#626566",
23+
"brightRed": "#ff7fac",
24+
"brightGreen": "#c8ed71",
25+
"brightYellow": "#ebdf86",
26+
"brightBlue": "#75dff2",
27+
"brightMagenta": "#ae89fe",
28+
"brightCyan": "#b1c6ca",
29+
"brightWhite": "#f9f9f4",
30+
"background": "#1e1e2e",
31+
"foreground": "#afafaf",
32+
"cursor": "#c7c7c7"
33+
}
34+
35+
Hide
36+
37+
Sleep 1s
38+
39+
Type "PS1='$ '"
40+
Enter
41+
Sleep 300ms
42+
43+
Type "rm -rf /tmp/commitizen-example && mkdir -p /tmp/commitizen-example && cd /tmp/commitizen-example"
44+
Enter
45+
Sleep 500ms

docs/images/shared/cleanup.tape

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Hide
2+
Type "cd /tmp && rm -rf /tmp/commitizen-example"
3+
Enter
4+
Sleep 200ms

docs/images/shared/git_init.tape

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Type "git init"
2+
Enter
3+
Type "git config user.email 'you@example.com'"
4+
Enter
5+
Type "git config user.name 'Your Name'"
6+
Enter
7+
Sleep 500ms

0 commit comments

Comments
 (0)