summaryrefslogtreecommitdiff
path: root/contexts.json
blob: 36788f35591f3795eb171967f2d07f91b1b0074b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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"
      }
    }
  }
}