feat(install_apps): add installation script

This commit is contained in:
Mohammad Rafiq 2025-02-17 02:36:06 +08:00
parent 23ba3eac66
commit d0e0b592c8

6
bin/install_apps Executable file
View file

@ -0,0 +1,6 @@
# installs stable nvim
wget --output-document ~/nvim.tar.gz https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.tar.gz
tar xvf ~/nvim.tar.gz > /dev/null
mv nvim-linux-x86_64/ nvim/
rm nvim.tar.gz