summaryrefslogtreecommitdiffstatshomepage
path: root/starship/.config/starship.toml
diff options
context:
space:
mode:
Diffstat (limited to 'starship/.config/starship.toml')
-rw-r--r--starship/.config/starship.toml123
1 files changed, 123 insertions, 0 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml
new file mode 100644
index 0000000..8868f01
--- /dev/null
+++ b/starship/.config/starship.toml
@@ -0,0 +1,123 @@
+format = """
+$all\
+"""
+
+add_newline = false
+
+[fill]
+disabled = true
+symbol = ""
+
+[character]
+success_symbol = "[❯](green)"
+error_symbol = "[❯](red)"
+
+[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 = " "
+# truncation_length = 2
+fish_style_pwd_dir_length = 1
+truncate_to_repo = false
+repo_root_style = "bold purple"
+
+[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 = " "
+
+[git_status]
+format = '([\[$conflicted$deleted$renamed$modified$staged$untracked$ahead_behind\]]($style) )'
+
+[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 = "ﯣ "