adding global npm packages

This commit is contained in:
Rick van Lieshout 2018-11-27 13:50:22 +01:00
parent e3b9f1d621
commit 6473862f8e
2 changed files with 6 additions and 0 deletions

3
dependencies/npm.txt vendored Normal file
View File

@ -0,0 +1,3 @@
markdown-toc
gtop
http-server

View File

@ -120,6 +120,8 @@ function install_dependencies {
fileToList dependencies/aur.txt | xargs trizen --force -S --noconfirm
fileToList dependencies/pip.txt | xargs sudo pip install
fileToList dependencies/npm.txt | xargs sudo npm install -g
}
@ -135,6 +137,7 @@ function list_dependencies {
cat dependencies/pacman.txt
cat dependencies/aur.txt
cat dependencies/pip.txt
cat dependencies/npm.txt
echo ""
echo "=========================="
echo ""