TMP_DIR="tmp_nvim" mkdir -p ${TMP_DIR} sudo apt install ripgrep # Download latest nightly release of Neovim wget --output-document=/dev/stdout https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz | \ tar --directory ${TMP_DIR} -xzf /dev/stdin sudo rm -rf ~/neovim sudo mv ${TMP_DIR}/nvim-linux64 ~/neovim ln -s $(pwd)/nvim ~/.config git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim