From a6abf2be39ab709ae79cdc0d8a3dce2e5f46c9b3 Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Wed, 9 Feb 2022 17:11:46 -0600 Subject: [PATCH] VM dev setup instructions --- Build.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Build.md b/Build.md index 2a88a6d..cd47601 100644 --- a/Build.md +++ b/Build.md @@ -29,6 +29,19 @@ To publish to the `gh-pages` of the `origin` (or other) remote run. This copies the contents of `content/_build/html/` to `docs/` so GitHub Pages will render the document. GitHub pages should be set to the `gh-pages` and `docs/` folder. The script pushes a new branch overwriting the old branch and will not track changes. +## VM Development Setup + +Have your ~/.ssh/config source the file the *-create.sh scripts create. This is a one-time per machine setup. + +``` +echo "include ~/.ssh/essentials.config" >> ~/.ssh/config +``` + +Verify your name and email are correct (locally) as they are copied over to the VM +``` +git config user.name +git config user.email +``` ## GCP