Add npm and node.js to packages.sh

This commit is contained in:
Donovan Glover 2017-11-19 21:19:48 -05:00
parent 1c1219cacb
commit 5d380a6d5c
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -49,6 +49,7 @@ i php-cgi # Install php-cgi, used to make php work with local servers
i lua # Install lua, in case we ever want to use it i lua # Install lua, in case we ever want to use it
i jdk-9-openjdk # Install java, if for some reason we need to use it i jdk-9-openjdk # Install java, if for some reason we need to use it
i crystal # Install crystal, a ruby-like language with a binary compiler i crystal # Install crystal, a ruby-like language with a binary compiler
i nodejs # Install node.js, used as a javascript runtime environment
i jq # Install jq, used to manipulate JSON in the terminal i jq # Install jq, used to manipulate JSON in the terminal
i tmux # Install tmux, used to run terminal programs in the background i tmux # Install tmux, used to run terminal programs in the background
@ -57,6 +58,7 @@ i pygmentize # Install pygmentize, used as a variant of cat with syntax highl
i firejail # Install firejail, a simple and straightforward way to sandbox programs i firejail # Install firejail, a simple and straightforward way to sandbox programs
i ctags # Install ctags, used with vim to create tags for formal languages i ctags # Install ctags, used with vim to create tags for formal languages
i shards # Install shards, a package manager for crystal i shards # Install shards, a package manager for crystal
i npm # Install npm, a package manager for node.js
i virtualbox-guest-modules-arch # Install Arch-specific VirtualBox modules i virtualbox-guest-modules-arch # Install Arch-specific VirtualBox modules
i virtualbox-guest-utils # Install the core VirtualBox functionality i virtualbox-guest-utils # Install the core VirtualBox functionality