fix(shell): update paths, add missing deps

This commit is contained in:
2023-09-29 20:46:46 +03:00
parent 4b45c89a90
commit 39ecd0495c
5 changed files with 29 additions and 25 deletions

View File

@@ -14,6 +14,8 @@ msg "Starting to install rust/cargo packages"
source "$CARGO_HOME/env"
packages=(
# starship.rs
"starship"
# An incremental parsing system for programming tools
"tree-sitter-cli"
# a subprocess caching utility

View File

@@ -27,6 +27,8 @@ packages=(
github.com/charmbracelet/glow@latest
# Static checker for GitHub Actions workflow files
github.com/rhysd/actionlint/cmd/actionlint@latest
# simple terminal UI for git commands
github.com/jesseduffield/lazygit@latest
)
for pkg in "${packages[@]}"; do