updated nvim upgrade logic
This commit is contained in:
parent
d514e6d38b
commit
731b3fdfad
2 changed files with 4 additions and 2 deletions
3
ddeps.sh
3
ddeps.sh
|
@ -52,7 +52,8 @@ read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
||||||
#This section installs software outside apt
|
#This section installs software outside apt
|
||||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb
|
dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb
|
||||||
|
|
||||||
#install neovim
|
#install/upgrade neovim
|
||||||
mkdir -v ~/bin
|
mkdir -v ~/bin
|
||||||
|
trash ~/bin/nvim
|
||||||
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o ~/bin/nvim
|
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o ~/bin/nvim
|
||||||
chmod u+x ~/bin/nvim
|
chmod u+x ~/bin/nvim
|
||||||
|
|
3
udeps.sh
3
udeps.sh
|
@ -62,7 +62,8 @@ fi
|
||||||
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb
|
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb
|
||||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb || dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta-musl_0.16.5_amd64.deb
|
dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb || dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta-musl_0.16.5_amd64.deb
|
||||||
|
|
||||||
#install neovim
|
#install/upgrade neovim
|
||||||
mkdir -v ~/bin
|
mkdir -v ~/bin
|
||||||
|
trash ~/bin/nvim
|
||||||
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o ~/bin/nvim
|
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o ~/bin/nvim
|
||||||
chmod u+x ~/bin/nvim
|
chmod u+x ~/bin/nvim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue