Skip to content

Commit 2cb1000

Browse files
committed
added asciinema
1 parent b4ff1ae commit 2cb1000

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

alpine/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ln -s /usr/bin/python3 /usr/bin/python
3333

3434
apk add py3-pip python3-dev libc-dev
3535

36-
pip install pynvim git-plus
36+
pip install pynvim git-plus jedi asciinema
3737

3838
wget https://github.com/gokcehan/lf/releases/download/r14/lf-linux-amd64.tar.gz && \
3939
tar -xf lf-linux-amd64.tar.gz && \

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ ln -s python3 `brew --prefix`/bin/python
7575

7676
python -m pip install jedi \
7777
git-plus \
78-
pynvim
78+
pynvim \
79+
asciinema

0 commit comments

Comments
 (0)