We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bf92f commit e6a2a49Copy full SHA for e6a2a49
scripts/base_install.sh
@@ -61,10 +61,13 @@ function base_install() {
61
python3-setuptools
62
63
INFO "Installing NEOVIM..."
64
- rust_install
65
- $alt_install $GO
66
$alt_install $NEOVIM
67
+ INFO "Installing LazyVim Dependencies"
+ rust_install
68
+ INFO "Installing go"
69
+ $alt_install $GO
70
+ INFO "Installing Lazy Dependencies"
71
$pkg_install \
72
nodejs \
73
npm \
@@ -77,6 +80,7 @@ function base_install() {
77
80
npm install -g neovim tree-sitter
78
81
curl -sSL https://get.rvm.io | bash -s -- --auto-dotfiles
79
82
83
+ INFO "Install Devcontainer dependencies"
84
npm install -g @devcontainers/cli
85
86
INFO "Setting up docker..."
0 commit comments