curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
source ~/.bashrc
command -v nvm
nvm install node # "node" is an alias for the latest versioncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.bashrc
command -v cargosudo apt install unzip
# Add stable PPA
sudo add-apt-repository ppa:neovim-ppa/stable -y
# Update package list
sudo apt update
# Install Neovim
sudo apt install neovimadd to ~/.bashrc
export PATH="$PATH:/opt/nvim-linux64/bin"brew install neovimcp -r nvim/ ~/.config/