-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchezmoi.toml
More file actions
86 lines (79 loc) · 1.67 KB
/
chezmoi.toml
File metadata and controls
86 lines (79 loc) · 1.67 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[data]
# User information
email = "drew@axol.io"
name = "DROOdotFOO"
github = "DROOdotFOO"
gpg_signing_key = "1938C94528268692"
age_recipient = "age1alqwmllzqv8pjmmn6yfjdwm0d8jz7x459clralv2xeefactyv5nq7wze36"
# Oh My Zsh configuration
oh_my_zsh_theme = "robbyrussell"
oh_my_zsh_plugins = "git"
starship = true
# Personal flag for SSH templates
personal = true
# Tool configurations
rust = true
ohmyzsh = true
mise = true
elixir = true
erlang = true
lua = true
direnv = true
devenv = false
nix = true
llvm = false
postgres = false
psql = false
foundry = false
huff = false
solana = false
orbstack = true
tailscale = true
onepassword = true
aws = true
infisical = true
paperwm = true
raycast = true
takopi = true
work = false
datadog = true
sentry = false
signoz = false
# MCP/Observability
datadog_site = "us5.datadoghq.com"
signoz_url = "http://mini-axol.tail9b2ce8.ts.net:3301"
# Platform-specific
brewPrefix = "/opt/homebrew"
# Synthwave84 Theme - Single Source of Truth
[data.theme]
name = "Synthwave84"
bg = "#262335"
bg_dark = "#241b2f"
bg_light = "#2a2139"
fg = "#ffffff"
fg_dim = "#848bbd"
accent = "#ff7edb"
accent2 = "#36f9f6"
cursor = "#ff7edb"
selection_bg = "#ff7edb"
selection_fg = "#241b2f"
border = "#495495"
black = "#241b2f"
red = "#fe4450"
green = "#72f1b8"
yellow = "#fede5d"
blue = "#03edf9"
magenta = "#ff7edb"
cyan = "#36f9f6"
white = "#ffffff"
bright_black = "#495495"
bright_red = "#fe4450"
bright_green = "#72f1b8"
bright_yellow = "#fede5d"
bright_blue = "#03edf9"
bright_magenta = "#ff7edb"
bright_cyan = "#36f9f6"
bright_white = "#ffffff"
[age]
command = "~/.config/chezmoi/age-op-decrypt.sh"
recipient = "age1alqwmllzqv8pjmmn6yfjdwm0d8jz7x459clralv2xeefactyv5nq7wze36"