obsidian_kitty_setup/.env.example
Vadym Samoilenko d31fbf9c99 Initial dotfiles setup — Kitty + Obsidian logging system
- GNU Stow packages: kitty, fish, nvim, btop, fastfetch, starship, git, claude
- install.sh with modular install, template rendering, fish plugins setup
- uninstall.sh (stow -D) and scripts/doctor.sh for health checks
- Brewfile (macOS) + Aptfile (Linux servers)
- Claude Code hooks pipeline: settings.json.tpl, Obsidian session logging scripts
- memory-compiler inline copy with env-var-based paths
- Python scripts patched: os.environ.get() for OBSIDIAN_VAULT + PROJECTS_ROOT
- fish/config.fish: platform-aware Homebrew PATH (macOS + Linuxbrew)
- .env.example template for ~/.dotfiles.env

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 12:57:30 +01:00

21 lines
1.3 KiB
Text

# ~/.dotfiles.env — machine-specific config. NEVER commit this file.
# Copy to ~/.dotfiles.env and fill in before running install.sh
# ── Identity ──────────────────────────────────────────────────────────────
GIT_USER_NAME="Vadym Samoilenko"
GIT_USER_EMAIL="vadymsamoilenko@oliver.agency"
# ── Paths (differ per machine) ────────────────────────────────────────────
# macOS iCloud: ~/Library/Mobile Documents/iCloud~md~obsidian/Documents/VadymSamoilenko
# Linux sync: ~/Obsidian/VadymSamoilenko (or wherever vault lives)
OBSIDIAN_VAULT="$HOME/Library/Mobile Documents/iCloud~md~obsidian/Documents/VadymSamoilenko"
# Root of Oliver Agency code projects (machine-specific SSD/path)
PROJECTS_ROOT="/Volumes/SSD/Projects/Oliver"
# ── Secrets ───────────────────────────────────────────────────────────────
ANTHROPIC_API_KEY=""
# CC Dashboard (Oliver Agency internal — leave empty if not applicable)
CC_API_KEY=""
CC_SERVER="https://optical-dev.oliver.solutions/cc-dashboard"