mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-10 03:19:17 +02:00
adding global npm packages
This commit is contained in:
3
dependencies/npm.txt
vendored
Normal file
3
dependencies/npm.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
markdown-toc
|
||||||
|
gtop
|
||||||
|
http-server
|
@@ -120,6 +120,8 @@ function install_dependencies {
|
|||||||
fileToList dependencies/aur.txt | xargs trizen --force -S --noconfirm
|
fileToList dependencies/aur.txt | xargs trizen --force -S --noconfirm
|
||||||
|
|
||||||
fileToList dependencies/pip.txt | xargs sudo pip install
|
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/pacman.txt
|
||||||
cat dependencies/aur.txt
|
cat dependencies/aur.txt
|
||||||
cat dependencies/pip.txt
|
cat dependencies/pip.txt
|
||||||
|
cat dependencies/npm.txt
|
||||||
echo ""
|
echo ""
|
||||||
echo "=========================="
|
echo "=========================="
|
||||||
echo ""
|
echo ""
|
||||||
|
Reference in New Issue
Block a user