mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 14:53:58 +01:00
adding global npm packages
This commit is contained in:
parent
e3b9f1d621
commit
6473862f8e
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 ""
|
||||||
|
Loading…
Reference in New Issue
Block a user