add nvim and gitea

This commit is contained in:
2025-09-28 22:36:12 +02:00
parent bfe74a37eb
commit 2f179c7afa
2 changed files with 11 additions and 5 deletions

5
scripts/00_nvim.sh Normal file
View File

@@ -0,0 +1,5 @@
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz
rm -rf /opt/nvim-linux-x86_64
tar -C /opt -xzf nvim-linux-x86_64.tar.gz
rm nvim-linux-x86_64.tar.gz
ln -s /opt/nvim-linux-x86_64/bin/nvim /usr/bin/vim