From 969ca22b53420f7292315efd397fbf43718f679b Mon Sep 17 00:00:00 2001 From: Wouter Gordts Date: Thu, 29 Sep 2022 17:12:24 +0200 Subject: [PATCH] adds npm for bash completion --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 200f0fd..4a11e93 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,7 @@ NAME="waldek" EMAIL="waldek@mailbox.org" DEFAULT_SHELL="xonsh" -DEPENDENCIES_APT="zsh git tig tmux vim-nox htop python3 python3-pip" +DEPENDENCIES_APT="zsh git tig tmux vim-nox htop python3 python3-pip python3-venv npm" DEPENDENCIES_PIP="xonsh[full] xontrib-sh" SOURCES_DIR=~/sources/gitea_irisib