Skip to content

Commit 26e99dc

Browse files
committed
update nvim and lf
1 parent c833255 commit 26e99dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bash/lf.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
mkdir -p ~/.local/bin
55

66
if [[ -d /Applications ]]; then
7-
curl -L https://github.com/gokcehan/lf/releases/download/r33/lf-darwin-amd64.tar.gz | tar xzC ~/.local/bin
7+
curl -L https://github.com/gokcehan/lf/releases/download/r34/lf-darwin-amd64.tar.gz | tar xzC ~/.local/bin
88

99
else
10-
curl -L https://github.com/gokcehan/lf/releases/download/r33/lf-linux-amd64.tar.gz | tar xzC ~/.local/bin
10+
curl -L https://github.com/gokcehan/lf/releases/download/r34/lf-linux-amd64.tar.gz | tar xzC ~/.local/bin
1111

1212
fi

bash/nvim.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#wget "$latest_url" -O nvim-linux64.tar.gz
77

88

9-
wget https://github.com/neovim/neovim/releases/download/v0.10.1/nvim-linux64.tar.gz
9+
wget https://github.com/neovim/neovim/releases/download/v0.10.4/nvim-linux64.tar.gz
1010

1111
# Extract the tarball
1212
tar xzvf nvim-linux64.tar.gz

0 commit comments

Comments
 (0)