File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,15 @@ jobs:
58
58
run : sudo apt update && sudo apt install -y zsh
59
59
60
60
- name : Install zsh-syntax-highlighting
61
- run : git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/z
61
+ run : |
62
+ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/z
63
+ echo 'source ~/z/zsh-syntax-highlighting.zsh' >> ~/.zshrc
62
64
63
65
- name : Install Starship
64
- run : curl -sS https://starship.rs/install.sh | sh -s -- -y
66
+ run : |
67
+ curl -sS https://starship.rs/install.sh | sh -s -- -y
68
+ echo 'eval "$(starship init zsh)"' >> ~/.zshrc
65
69
66
70
- name : Generate and publish a new demo
67
71
run : vhs --publish demo.tape
72
+ shell : zsh {0}
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ Set Margin 20
71
71
Set MarginFill "#000000"
72
72
Set BorderRadius 10
73
73
74
- Hide
75
- Type "source ~/z/zsh-syntax-highlighting.zsh" Enter
76
- Type `eval "$(starship init zsh)"` Enter
77
- Show
74
+ # Hide
75
+ # Type "source ~/z/zsh-syntax-highlighting.zsh" Enter
76
+ # Type `eval "$(starship init zsh)"` Enter
77
+ # Show
78
78
79
79
Type "cabin version" Sleep 500ms Enter Sleep 1s
80
80
Type "cabin new hello_world" Sleep 500ms Enter Sleep 1s
You can’t perform that action at this time.
0 commit comments