Skip to content

Commit

Permalink
update nvim and lf
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Feb 17, 2025
1 parent c833255 commit 26e99dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bash/lf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
mkdir -p ~/.local/bin

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

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

fi
2 changes: 1 addition & 1 deletion bash/nvim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#wget "$latest_url" -O nvim-linux64.tar.gz


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

# Extract the tarball
tar xzvf nvim-linux64.tar.gz
Expand Down

0 comments on commit 26e99dc

Please sign in to comment.