File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 9
9
sudo apt install -y \
10
10
bat \
11
11
build-essential \
12
- clang-15 \
13
12
curl \
14
13
fd-find \
15
14
git \
@@ -32,8 +31,8 @@ if ! _has nvim; then
32
31
wget https://github.com/neovim/neovim/releases/download/stable/nvim.appimage
33
32
chmod +x nvim.appimage
34
33
./nvim.appimage --appimage-extract
35
- sudo mv squashfs-root /
36
- 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/ squashfs-root/AppRun /usr/local /bin/nvim
37
36
rm nvim.appimage
38
37
fi
39
38
@@ -58,3 +57,11 @@ if ! _has lazygit; then
58
57
install lazygit " $HOME " /.local/bin
59
58
rm -r lazygit lazygit.tar.gz
60
59
fi
60
+
61
+ if ! _has cargo; then
62
+ curl https://sh.rustup.rs -sSf | sh | yes
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