My Dev Box Setup Script

(rlafuente.com)

1 points | by andes314 13 hours ago ago

1 comments

  • tl2do 12 hours 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