summaryrefslogtreecommitdiff
path: root/contexts.json
diff options
context:
space:
mode:
Diffstat (limited to 'contexts.json')
-rw-r--r--contexts.json61
1 files changed, 0 insertions, 61 deletions
diff --git a/contexts.json b/contexts.json
deleted file mode 100644
index 36788f3..0000000
--- a/contexts.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "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"
- }
- }
- }
-}