summaryrefslogtreecommitdiff
path: root/contexts.json
diff options
context:
space:
mode:
Diffstat (limited to 'contexts.json')
-rw-r--r--contexts.json61
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"
+ }
+ }
+ }
+}