8 lines
271 B
Bash
8 lines
271 B
Bash
sudo apt remove gettext-base -y
|
|
sudo apt install gettext -y
|
|
source ~/.bashrc
|
|
git clone https://github.com/neovim/neovim
|
|
cd neovim
|
|
make CMAKE_BUILD_TYPE=RelWithDebInfo && cd build && cpack -G DEB && sudo dpkg -i nvim-linux-x86_64.deb
|
|
cd ~/.dotfiles/ && sudo rm -rf neovim
|