dots


commit
4a63e39
parent
0d90269
author
chasinglightning
date
2025-01-16 10:21:10 -0500 EST
add starship config
1 files changed,  +49, -0
A home/.config/starship.toml
+49, -0
 1@@ -0,0 +1,49 @@
 2+"$schema" = 'https://starship.rs/config-schema.json'
 3+
 4+add_newline = false
 5+
 6+palette = "catppuccin_frappe"
 7+
 8+format = '$all$character$username$hostname$directory '
 9+
10+[character]
11+success_symbol = '[❥](bold pink)'
12+
13+[hostname]
14+ssh_only = false
15+format = '[$ssh_symbol$hostname](bold sapphire)'
16+
17+[username]
18+show_always = true
19+format = '[$user](bold lavender)[@](bold green)'
20+
21+[directory]
22+style = "bold green"
23+
24+[palettes.catppuccin_frappe]
25+rosewater = "#f2d5cf"
26+flamingo = "#eebebe"
27+pink = "#f4b8e4"
28+mauve = "#ca9ee6"
29+red = "#e78284"
30+maroon = "#ea999c"
31+peach = "#ef9f76"
32+yellow = "#e5c890"
33+green = "#a6d189"
34+teal = "#81c8be"
35+sky = "#99d1db"
36+sapphire = "#85c1dc"
37+blue = "#8caaee"
38+lavender = "#babbf1"
39+text = "#c6d0f5"
40+subtext1 = "#b5bfe2"
41+subtext0 = "#a5adce"
42+overlay2 = "#949cbb"
43+overlay1 = "#838ba7"
44+overlay0 = "#737994"
45+surface2 = "#626880"
46+surface1 = "#51576d"
47+surface0 = "#414559"
48+base = "#303446"
49+mantle = "#292c3c"
50+crust = "#232634"