summaryrefslogtreecommitdiff
path: root/config/starship.toml
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
committercoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
commit8cbadb61604667b407b53ee1258433994fa4765a (patch)
tree97765fb29418fd6278fcb4cbb9760893afaf7a58 /config/starship.toml
Diffstat (limited to 'config/starship.toml')
-rwxr-xr-xconfig/starship.toml36
1 files changed, 36 insertions, 0 deletions
diff --git a/config/starship.toml b/config/starship.toml
new file mode 100755
index 0000000..119021d
--- /dev/null
+++ b/config/starship.toml
@@ -0,0 +1,36 @@
+format = """
+[](#0f0f0f)\
+$username\
+[](bg:#1a1a1a fg:#0f0f0f)\
+$directory\
+[](bg:#2a2a2a fg:#1a1a1a)\
+$all_langs\
+[](bg:#1a1a1a fg:#2a2a2a)\
+$time\
+[](fg:#1a1a1a)
+"""
+
+add_newline = false
+
+[username]
+show_always = true
+style_user = "bg:#0f0f0f fg:#ebbcba"
+style_root = "bg:#0f0f0f fg:#eb6f92"
+format = '[$user]($style)'
+disabled = false
+
+[os]
+style = "bg:#1a1a1a fg:#ebbcba"
+disabled = true
+
+[directory]
+style = "fg:#ebbcba bg:#1a1a1a"
+format = "[ $path ]($style)"
+truncation_length = 3
+truncation_symbol = "…/"
+
+[directory.substitutions]
+"Documents" = "󰈙 "
+"Downloads" = " "
+"Music" = " "
+"Pictures" = " "