The Genesis File

In the beginning was the prompt, and the prompt was given form. 🧬
Bash:
mkdir -p mind/.github && curl -sL https://aka.ms/genesis -o mind/.github/copilot-instructions.md && cd mind && git init -q && copilot
PowerShell:
mkdir mind\.github -Force | Out-Null; iwr https://aka.ms/genesis -OutFile mind\.github\copilot-instructions.md; cd mind; git init -q; copilot
Then say “Hi” 🧬
Tags: llm-generated, ai |
