Commit graph

2 commits

Author SHA1 Message Date
Eric Furst
36d4fda5aa Tighten prose punctuation across READMEs
Reduce colon overuse and tighten em-dash phrasing for readability.
Add .gitignore for devlog and CHANGES.
2026-05-29 09:53:40 -04:00
Eric Furst
0c6e919bdd Initial commit: computing-setup
A two-module standalone guide for setting up a new machine for
scientific computing work:

- 01-know-your-machine: hardware and OS inspection. Reads the
  physical machine first via macOS/Linux terminals or Windows
  PowerShell; a separate section walks through the WSL VM and
  how its allocations differ from the host hardware.
- 02-git-basics: pull-focused git workflow. Install, configure
  identity, clone a public repo, pull updates. Authentication
  and pushing are deferred to a future collaboration module.

Includes top-level WSL.md (copied from cli-walkthrough) for
Windows users who need the Linux environment.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-28 10:09:13 -04:00