summaryrefslogtreecommitdiff
path: root/contexts.json
diff options
context:
space:
mode:
authorElizabeth <me@liz.coffee>2025-05-28 23:02:02 -0700
committerElizabeth <me@liz.coffee>2025-05-28 23:02:02 -0700
commitea02ee5f0c6a977ba18d457175c23774690cfc38 (patch)
tree82f9ba7b52d8ed121897035958915f80ffb3b231 /contexts.json
parent2a0f7892fd3d00daa62a24359d2bae186092916f (diff)
downloaddotfiles-ea02ee5f0c6a977ba18d457175c23774690cfc38.tar.gz
dotfiles-ea02ee5f0c6a977ba18d457175c23774690cfc38.zip
Working dotfiles!
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"
- }
- }
- }
-}