File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ if ! _has nvim; then
31
31
wget https://github.com/neovim/neovim/releases/download/stable/nvim.appimage
32
32
chmod +x nvim.appimage
33
33
./nvim.appimage --appimage-extract
34
- sudo mv squashfs-root /
35
- sudo ln -s /squashfs-root/AppRun /usr/bin/nvim
34
+ sudo mv squashfs-root /usr/local/bin/nvim-squashfs-root
35
+ sudo ln -s /usr/local/bin/nvim- squashfs-root/AppRun /usr/local /bin/nvim
36
36
rm nvim.appimage
37
37
fi
38
38
@@ -57,3 +57,11 @@ if ! _has lazygit; then
57
57
install lazygit " $HOME " /.local/bin
58
58
rm -r lazygit lazygit.tar.gz
59
59
fi
60
+
61
+ if ! _has cargo; then
62
+ curl https://sh.rustup.rs -sSf | sh -s -- -y
63
+ fi
64
+
65
+ if ! _has nvm; then
66
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
67
+ fi
You can’t perform that action at this time.
0 commit comments