dots


commit
64a5671
parent
cb00559
author
xxwhirlpool
date
2025-11-26 18:51:42 -0500 EST
tealdeer, shmoji
2 files changed,  +42, -3
M config/.config/shmoji/emojis.txt
+1, -3
 1@@ -2697,7 +2697,7 @@
 2 🔥 fire
 3 💧 droplet
 4 🌊 water wave
 5-🎃 jack-o-lantern
 6+🎃 jack-o-lantern pumpkin halloween
 7 🎄 Christmas tree
 8 🎆 fireworks
 9 🎇 sparkler
10@@ -3181,9 +3181,7 @@
11 ❇️ sparkle
12 ❇ sparkle
13 ‼️ double exclamation mark
14-‼ double exclamation mark
15 ⁉️ exclamation question mark
16-⁉ exclamation question mark
17 ❓ question mark
18 ❔ white question mark
19 ❕ white exclamation mark
A config/.config/tealdeer/config.toml
+41, -0
 1@@ -0,0 +1,41 @@
 2+[style.description]
 3+foreground = "white"
 4+underline = false
 5+bold = false
 6+italic = false
 7+
 8+[style.command_name]
 9+foreground = "magenta"
10+underline = false
11+bold = true
12+italic = false
13+
14+[style.example_text]
15+foreground = "cyan"
16+underline = false
17+bold = false
18+italic = false
19+
20+[style.example_code]
21+foreground = "green"
22+underline = false
23+bold = false
24+italic = false
25+
26+[style.example_variable]
27+foreground = "green"
28+underline = true
29+bold = false
30+italic = false
31+
32+[display]
33+show_title = true
34+compact = false
35+use_pager = true
36+
37+[updates]
38+auto_update = true
39+auto_update_interval_hours = 720
40+
41+[search]
42+languages = ["en"]