diff options
author | Elizabeth <lizhunt@amazon.com> | 2025-05-28 15:39:58 -0700 |
---|---|---|
committer | Elizabeth <lizhunt@amazon.com> | 2025-05-28 15:39:58 -0700 |
commit | 1c2bd3faf3a1f0cd456a25b19ec404e1f79518c3 (patch) | |
tree | fc9dfd41e8b5769a4d178e0a9e7173a1c005f425 /contexts.json | |
parent | daa475736378bb3c9a9c24307cb1f37603057f32 (diff) | |
download | dotfiles-1c2bd3faf3a1f0cd456a25b19ec404e1f79518c3.tar.gz dotfiles-1c2bd3faf3a1f0cd456a25b19ec404e1f79518c3.zip |
Add smarter templating thanks to AI
Diffstat (limited to 'contexts.json')
-rw-r--r-- | contexts.json | 61 |
1 files changed, 61 insertions, 0 deletions
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" + } + } + } +} |