Update Linux Shell and Neovim

This commit is contained in:
js0ny 2024-08-04 16:29:18 +08:00
parent f04850314f
commit b6b73fdf12
10 changed files with 192 additions and 37 deletions

View file

@ -0,0 +1,3 @@
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux64.tar.gz