Skip to content

Commit 1dbae1e

Browse files
committed
fix
1 parent dd0a8c5 commit 1dbae1e

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/workflows/demo.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,15 @@ jobs:
5858
run: sudo apt update && sudo apt install -y zsh
5959

6060
- 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
6264
6365
- 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
6569
6670
- name: Generate and publish a new demo
6771
run: vhs --publish demo.tape
72+
shell: zsh {0}

demo.tape

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ Set Margin 20
7171
Set MarginFill "#000000"
7272
Set BorderRadius 10
7373

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
7878

7979
Type "cabin version" Sleep 500ms Enter Sleep 1s
8080
Type "cabin new hello_world" Sleep 500ms Enter Sleep 1s

0 commit comments

Comments
 (0)