aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/starship.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-06 15:16:41 -0500
committerToby Vincent <tobyv13@gmail.com>2021-11-06 15:16:41 -0500
commitd51d9519fc59cd61123162c9b46053a475dcde3b (patch)
tree8c16133e022db96f36c8e190e361710689eb6a48 /starship.toml
parentf2163cf3e010d12eadce8908cff2148a0f04d14c (diff)
feat: added starship config and installer
Diffstat (limited to 'starship.toml')
-rw-r--r--starship.toml118
1 files changed, 118 insertions, 0 deletions
diff --git a/starship.toml b/starship.toml
index e69de29..73a762b 100644
--- a/starship.toml
+++ b/starship.toml
@@ -0,0 +1,118 @@
+format = """
+$all\
+"""
+
+add_newline = false
+
+right_format = """
+$cmd_duration \
+$status\
+"""
+
+[fill]
+disabled = true
+symbol = ""
+
+[aws]
+symbol = " "
+
+[conda]
+symbol = " "
+
+[cmd_duration]
+disabled = true
+format = "[$duration](bold yellow)"
+show_notifications = true
+min_time_to_notify = 1_000
+
+[dart]
+symbol = " "
+
+[directory]
+read_only = " "
+fish_style_pwd_dir_length = 1
+
+[directory.substitutions]
+"~/win" = " ~"
+"/mnt/c/Users/tobyv" = " ~"
+"/mnt/c" = ' C:'
+"/mnt/d" = ' D:'
+"/mnt/e" = ' E:'
+
+[docker_context]
+symbol = " "
+
+[elixir]
+symbol = " "
+
+[elm]
+symbol = " "
+
+[git_branch]
+symbol = " "
+
+[golang]
+symbol = " "
+
+[hg_branch]
+symbol = " "
+
+[java]
+symbol = " "
+
+[julia]
+symbol = " "
+
+[memory_usage]
+symbol = " "
+
+[nim]
+symbol = " "
+
+[nix_shell]
+symbol = " "
+
+[package]
+symbol = " "
+
+[perl]
+symbol = " "
+
+[php]
+symbol = " "
+
+[python]
+symbol = " "
+
+[ruby]
+symbol = " "
+
+[rust]
+symbol = " "
+
+[scala]
+symbol = " "
+
+[shlvl]
+symbol = " "
+
+[status]
+disabled = true
+format = "[$symbol$maybe_int]($style)"
+pipestatus_format = "\\[$pipestatus\\]"
+pipestatus = true
+map_symbol = true
+style = "red"
+symbol = "☓"
+recognize_signal_code = true
+success_symbol = "[✓](bright-green)"
+signal_symbol = "[⚡](bright-yellow)"
+not_executable_symbol = "!"
+not_found_symbol = "?"
+sigint_symbol = ""
+
+# pipestatus_format = "\\[$pipestatus\\]=>[$symbol$common_meaning$signal_name$maybe_int]($style)"
+
+
+[swift]
+symbol = "ﯣ "