feat(install_apps): add installation script
This commit is contained in:
parent
23ba3eac66
commit
d0e0b592c8
1 changed files with 6 additions and 0 deletions
6
bin/install_apps
Executable file
6
bin/install_apps
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue