Settings

Theme

My Dev Box Setup Script

rlafuente.com

1 points by andes314 a month ago · 2 comments

Reader

tl2do a month ago

I always add Node.js even for non-JS dev work (many tools need it):

bash echo "==> Installing Node.js (LTS)" curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install -y nodejs

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection