-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
22 lines (17 loc) · 1.45 KB
/
sample.env
File metadata and controls
22 lines (17 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copy to .env, fill in values, then run:
# source .env && ./setup.sh
# ── Required ──────────────────────────────────────────────────────────────────
export GITHUB_USERNAME=""
export GIT_EMAIL=""
export GIT_NAME=""
# ── Git signing (recommended) ─────────────────────────────────────────────────
export GIT_SIGNING_KEY="" # path to SSH public key for commit signing
export ONEPASSWORD_SSH_KEY="" # 1Password item name for the signing key
# ── 1Password ─────────────────────────────────────────────────────────────────
export ONEPASSWORD_VAULT="" # vault used to inject runtime secrets into ~/.bashrc
# ── Overrides (optional — defaults shown) ────────────────────────────────────
# export GIT_SSH_AGENT="1p"
# export NODE_VERSION="24.15.0"
# export DEV_HOME="$HOME/developer"
# ── Windows only ──────────────────────────────────────────────────────────────
# export ANSIBLE_PASSWORD=""