4 ms·My Dev Box Setup Script1 points by andes314 7mo agotl2do 7mo agoI 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 https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install -y nodejsandes314 6mo agoGood call, worth adding!