File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 50 ms
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 1 s
38+
39+ Type "PS1='$ '"
40+ Enter
41+ Sleep 300 ms
42+
43+ Type "rm -rf /tmp/commitizen-example && mkdir -p /tmp/commitizen-example && cd /tmp/commitizen-example"
44+ Enter
45+ Sleep 500 ms
Original file line number Diff line number Diff line change 1+ Hide
2+ Type "cd /tmp && rm -rf /tmp/commitizen-example"
3+ Enter
4+ Sleep 200 ms
Original file line number Diff line number Diff line change 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 500 ms
You can’t perform that action at this time.
0 commit comments