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:
parent
36fb94e30a
commit
9b2730e031
@ -1 +1 @@
|
||||
Subproject commit aa9d29fd344f3c647c6990fd05477c3bc930e16e
|
||||
Subproject commit 8c5f224f709b5680145616e3acaca86328b22bb2
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user