forked from colonelpanic/dotfiles
add npm to linux dependencies update npm dependencies to inlcude js-beautify. emacs.d bump for jsmode stuff
This commit is contained in:
Submodule dotfiles/emacs.d updated: aa9d29fd34...8c5f224f70
@@ -1 +1,2 @@
|
||||
npm install http-server
|
||||
npm -g install http-server
|
||||
npm -g install js-beautify
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user