clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

install neovim for debian

+15
+15
nvim-wp/micro-journal-scripts/install/neovim-latest.sh
··· 1 + sudo apt remove neovim 2 + sudo apt install ninja-build gettext cmake unzip curl 3 + git clone https://github.com/neovim/neovim 4 + cd neovim 5 + make CMAKE_BUILD_TYPE=RelWithDebInfo 6 + ls 7 + cd build 8 + cpack -G DEB 9 + # sudo dpkg -i nvim-linux64.deb 10 + # sudo apt remove neovim 11 + sudo dpkg -i --force-overwrite nvim-linux64.deb 12 + nvim 13 + 14 + sudo apt remove ninja-build gettext cmake 15 + sudo apt autoremove # This removes packages that were installed as dependencies but are no longer needed