mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Update Linux Shell and Neovim
This commit is contained in:
parent
f04850314f
commit
b6b73fdf12
10 changed files with 192 additions and 37 deletions
3
installer/install_nvim.sh
Normal file
3
installer/install_nvim.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue