add npm to linux dependencies update npm dependencies to inlcude js-beautify. emacs.d bump for jsmode stuff

This commit is contained in:
2014-10-16 16:58:24 -07:00
parent 36fb94e30a
commit 9b2730e031
3 changed files with 4 additions and 3 deletions

View File

@@ -1 +1,2 @@
npm install http-server
npm -g install http-server
npm -g install js-beautify

View File

@@ -10,7 +10,7 @@ def all(ctx):
linux_pacakges = ('zsh', 'tmux', 'emacs24-nox', 'nmap', 'scala', 'default-jdk',
'default-jre', 'python-virtualenv', 'htop', 'netcat', 'wget',
'zlib1g-dev', 'libxml2-dev', 'libxslt1-dev', 'python-dev',
'libncurses5-dev')
'libncurses5-dev', 'npm')
@ctask
def apt_get(ctx):
install_command = 'sudo apt-get -y install'