Skip to content

Commit e6a2a49

Browse files
committed
Add more logging for debugging
1 parent 31bf92f commit e6a2a49

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

scripts/base_install.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,13 @@ function base_install() {
6161
python3-setuptools
6262

6363
INFO "Installing NEOVIM..."
64-
rust_install
65-
$alt_install $GO
6664
$alt_install $NEOVIM
6765

66+
INFO "Installing LazyVim Dependencies"
67+
rust_install
68+
INFO "Installing go"
69+
$alt_install $GO
70+
INFO "Installing Lazy Dependencies"
6871
$pkg_install \
6972
nodejs \
7073
npm \
@@ -77,6 +80,7 @@ function base_install() {
7780
npm install -g neovim tree-sitter
7881
curl -sSL https://get.rvm.io | bash -s -- --auto-dotfiles
7982

83+
INFO "Install Devcontainer dependencies"
8084
npm install -g @devcontainers/cli
8185

8286
INFO "Setting up docker..."

0 commit comments

Comments
 (0)