summaryrefslogtreecommitdiff
path: root/starship/starship.toml
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2025-07-24 17:40:16 -0400
committerJosh <joshott16@gmail.com>2025-07-24 17:40:16 -0400
commit8dade9fc775f5b69208632f5329024d47134f3e7 (patch)
treef9e87018e9b4daa7a1bb2b8de8c9ed194d0ebece /starship/starship.toml
parentb7636671f433203eaa740814b14cd1727c80b3cc (diff)
downloaddotfiles-8dade9fc775f5b69208632f5329024d47134f3e7.tar.gz
dotfiles-8dade9fc775f5b69208632f5329024d47134f3e7.zip
removed things eaten by wallust
Diffstat (limited to 'starship/starship.toml')
-rw-r--r--starship/starship.toml148
1 files changed, 0 insertions, 148 deletions
diff --git a/starship/starship.toml b/starship/starship.toml
deleted file mode 100644
index 1c99fbd..0000000
--- a/starship/starship.toml
+++ /dev/null
@@ -1,148 +0,0 @@
-format = """
-[┏](id_color)\
-[](id_color)\
-$os\
-$username\
-$hostname\
-$sudo\
-[ ](bg:id_color)\
-[](fg:id_color bg:dir_color)\
-$directory\
-[](fg:dir_color bg:git_color)\
-$git_branch\
-$git_status\
-[](fg:git_color bg:lang_color)\
-$c\
-$rust\
-$golang\
-$nodejs\
-$php\
-$java\
-$kotlin\
-$haskell\
-$python\
-$julia\
-$lua\
-[](fg:lang_color)\
-$line_break\
-[┗](id_color)$character
-"""
-
-palette = "catppuccin"
-
-[palettes.catppuccin]
-id_color = "#f0c6c6" # flamingo
-dir_color = "#ed8796" # red
-git_color = "#c6a0f6" # mauve
-lang_color = "#b7bdf8" # lavender
-yellow = "#eed49f"
-mauve = "#c6a0f6"
-
-[os]
-disabled = false
-style = "bg:id_color fg:black bold"
-
-[os.symbols]
-Linux = "󰌽"
-Gentoo = "󰣨"
-Fedora = "󰣛"
-Arch = "󰣇"
-Ubuntu = "󰕈"
-Debian = "󰣚"
-
-[username]
-show_always = true
-format = '[ $user](bg:id_color fg:black bold)'
-disabled = false
-
-[hostname]
-ssh_symbol = ''
-style = "bg:id_color fg:black bold"
-format = '[@$hostname]($style)'
-
-[sudo]
-disabled = false
-symbol = " "
-style = "bg:id_color fg:black"
-format = '[$symbol]($style)'
-
-[directory]
-style = "bg:dir_color"
-read_only = ""
-format = '[ $path( $read_only) ]($style fg:black bold)'
-truncation_length = 3
-truncation_symbol = "…/"
-
-[git_branch]
-symbol = ""
-style = "bg:git_color fg:black bold"
-format = '[ $symbol $branch ]($style)'
-
-[git_status]
-style = "bg:git_color fg:black bold"
-deleted = '󰗨'
-format = '[$all_status$ahead_behind ]($style)'
-
-[character]
-disabled = false
-success_symbol = '[󱢶 ](fg:id_color)[󰁔](fg:green)'
-error_symbol = '[󱩂 ](fg:id_color)[󰁔](fg:red)'
-vimcmd_symbol = '[ ](fg:id_color)[](fg:green)'
-vimcmd_replace_one_symbol = '[ ](fg:id_color)[](fg:mauve)'
-vimcmd_replace_symbol = '[ ](fg:id_color)[](fg:mauve)'
-vimcmd_visual_symbol = '[ ](fg:id_color)[](fg:yellow)'
-
-[nodejs]
-symbol = ""
-style = "bg:lang_color fg:black bold"
-format = '[ $symbol( $version) ]($style)'
-
-[c]
-symbol = ""
-style = "bg:lang_color fg:black bold"
-format = '[ $symbol( $version) ]($style)'
-
-[rust]
-symbol = ""
-style = "bg:lang_color fg:black bold"
-format = '[ $symbol( $version) ]($style)'
-
-[golang]
-symbol = ""
-style = "bg:lang_color fg:black bold"
-format = '[ $symbol( $version) ]($style)'
-
-[php]
-symbol = ""
-style = "bg:lang_color fg:black bold"
-format = '[ $symbol( $version) ]($style)'
-
-[java]
-symbol = ""
-style = "bg:lang_color fg:black bold"
-format = '[ $symbol( $version) ]($style)'
-
-[kotlin]
-symbol = ""
-style = "bg:lang_color fg:black bold"
-format = '[ $symbol( $version) ]($style)'
-
-[haskell]
-symbol = ""
-style = "bg:lang_color fg:black bold"
-format = '[ $symbol( $version) ]($style)'
-
-[python]
-symbol = ""
-style = "bg:lang_color fg:black bold"
-format = '[ $symbol( $version) ]($style)'
-
-[julia]
-symbol = ""
-style = "bg:lang_color fg:black bold"
-format = '[ $symbol( $version) ]($style)'
-
-[lua]
-symbol = ""
-style = "bg:lang_color fg:black bold"
-format = '[ $symbol( $version) ]($style)'