Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 29, 2024
1 parent 09e403f commit 1447391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,10 @@ jobs:
run: sudo apt update && sudo apt install -y zsh

- name: Install zsh-syntax-highlighting
run: |
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh-syntax-highlighting
echo "source ~/.zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc
run: git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/z

- name: Install Starship
run: |
curl -sS https://starship.rs/install.sh | sh -s -- -y
echo 'eval "$(starship init zsh)"' >> ~/.zshrc
run: curl -sS https://starship.rs/install.sh | sh -s -- -y

- name: Generate and publish a new demo
run: vhs --publish demo.tape
2 changes: 1 addition & 1 deletion demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Set Width 1600
Set Height 800

Hide
Type "source ~/.zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" Enter
Type "source ~/z/zsh-syntax-highlighting.zsh" Enter
Type `eval "$(starship init zsh)"` Enter
Show

Expand Down

0 comments on commit 1447391

Please sign in to comment.