From 1c2bd3faf3a1f0cd456a25b19ec404e1f79518c3 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Wed, 28 May 2025 15:39:58 -0700 Subject: Add smarter templating thanks to AI --- contexts.json | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 contexts.json (limited to 'contexts.json') diff --git a/contexts.json b/contexts.json new file mode 100644 index 0000000..36788f3 --- /dev/null +++ b/contexts.json @@ -0,0 +1,61 @@ +{ + "osx": { + "work": { + "user": { + "name": "Elizabeth Hunt", + "email": "lizhunt@amazon.com", + "work_email": "lizhunt@amazon.com", + "personal_email": "me@liz.coffee" + }, + "paths": { + "homebrew": "/opt/homebrew", + "toolbox": "$HOME/.toolbox/bin" + }, + "features": { + "work_mode": true, + "gpg": true, + "amazon_tools": true + }, + "settings": { + "pinentry": "mac", + "theme": "work" + } + }, + "armin": { + "user": { + "name": "Elizabeth Alexander Hunt", + "email": "me@liz.coffee", + "personal_email": "me@liz.coffee" + }, + "paths": { + "homebrew": "/opt/homebrew" + }, + "features": { + "work_mode": false, + "gpg": true + }, + "settings": { + "pinentry": "mac", + "theme": "personal" + } + } + }, + "linux": { + "default": { + "user": { + "name": "Elizabeth Alexander Hunt", + "email": "me@liz.coffee", + "personal_email": "me@liz.coffee" + }, + "features": { + "work_mode": false, + "gpg": true, + "amazon_tools": false + }, + "settings": { + "pinentry": "qt", + "theme": "dark" + } + } + } +} -- cgit v1.2.3-70-g09d2