-
-
Notifications
You must be signed in to change notification settings - Fork 343
Expand file tree
/
Copy pathbase.tape
More file actions
45 lines (38 loc) · 849 Bytes
/
Copy pathbase.tape
File metadata and controls
45 lines (38 loc) · 849 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
Require cz
# Use bash for cross-platform compatibility (macOS, Linux, Windows)
Set Shell bash
Set FontSize 16
Set Width 878
Set Height 568
Set Padding 20
Set TypingSpeed 50ms
Set Theme {
"name": "Commitizen",
"black": "#232628",
"red": "#fc4384",
"green": "#b3e33b",
"yellow": "#ffa727",
"blue": "#75dff2",
"magenta": "#ae89fe",
"cyan": "#708387",
"white": "#d5d5d0",
"brightBlack": "#626566",
"brightRed": "#ff7fac",
"brightGreen": "#c8ed71",
"brightYellow": "#ebdf86",
"brightBlue": "#75dff2",
"brightMagenta": "#ae89fe",
"brightCyan": "#b1c6ca",
"brightWhite": "#f9f9f4",
"background": "#1e1e2e",
"foreground": "#afafaf",
"cursor": "#c7c7c7"
}
Hide
Sleep 1s
Type "PS1='$ '"
Enter
Sleep 300ms
Type `WORKDIR=$(mktemp -d "${TMPDIR:-/tmp}/commitizen-example.XXXXXX") && cd "$WORKDIR"`
Enter
Sleep 500ms