mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
fix nvm install
This commit is contained in:
@ -18,6 +18,12 @@ chmod +x /home/"$USER"/dotfiles/zsh/install-plugins.sh
|
||||
# neovim
|
||||
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
|
||||
echo "install neovim done"
|
||||
# nvm
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
|
||||
export NVM_DIR="/home/$USER/.nvm"
|
||||
\. "$NVM_DIR/nvm.sh"
|
||||
nvm install --lts
|
||||
echo "install nvm done"
|
||||
# rustc
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
echo "install rustup done"
|
||||
|
Reference in New Issue
Block a user