Now includes Rust and changed to the MSYS2 devkit version of Ruby. Also added an extras.ps1 that installs stuff I usually need like nano, grep, which, etc. from GNU.

master
Zed A. Shaw 2 months ago
parent cf6cb0052f
commit ba5029636a
  1. BIN
      base.ps1
  2. 2
      bigtest.ps1
  3. BIN
      extras.ps1
  4. BIN
      ruby.ps1
  5. BIN
      rust.ps1

Binary file not shown.

@ -1,7 +1,7 @@
mkdir test
cd test
$scripts = 'python.ps1', 'cpp.ps1', 'nodejs.ps1', 'bunjs.ps1', 'ruby.ps1', 'go.ps1', 'zig.ps1', 'crystal.ps1'
$scripts = 'extras.p1','python.ps1', 'cpp.ps1', 'nodejs.ps1', 'bunjs.ps1', 'ruby.ps1', 'go.ps1', 'zig.ps1', 'crystal.ps1', 'rust.ps1'
foreach($script in $scripts) {
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/$script -outfile $script

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save