7 lines
212 B
Bash
7 lines
212 B
Bash
#!/bin/bash
|
|
rm -rf ~/.config/nvim
|
|
sudo add-apt-repository ppa:neovim-ppa/unstable -y
|
|
sudo apt update
|
|
sudo apt install neovim git npm
|
|
git clone https://gitea.astrid-klipfel.fr/asteri/neovim.git ~/.config/nvim
|
|
nvim |