Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
My Dev Box Setup Script (rlafuente.com)
1 point by andes314 33 days ago | hide | past | favorite | 2 comments


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


Good call, worth adding!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: