From 414f09687cdbd7c3d0331ba5791cc6c2329e7da6 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 7 Jul 2024 15:17:29 +0100 Subject: [PATCH] Remove starship config --- starship.toml | 212 -------------------------------------------------- 1 file changed, 212 deletions(-) delete mode 100644 starship.toml diff --git a/starship.toml b/starship.toml deleted file mode 100644 index 03a8d17..0000000 --- a/starship.toml +++ /dev/null @@ -1,212 +0,0 @@ -command_timeout = 1000 - -# Copied from https://github.com/wintermi/zsh-starship/blob/main/theme/starship.toml - -format = """ -$os\ -[\uE0B0](fg:bar_one bg:bar_two)\ -$custom$directory\ -[\uE0B0](fg:bar_two bg:bar_three)\ -$git_branch\ -$git_status\ -[\uE0B0](fg:bar_three bg:bar_four)\ -$c\ -$dart\ -$elixir\ -$elm\ -$golang\ -$haskell\ -$java\ -$julia\ -$lua\ -$nodejs\ -$nim\ -$php\ -$python\ -$rlang\ -$ruby\ -$rust\ -$scala\ -[\uE0B0](fg:bar_four)\ -""" - -right_format = """ -$cmd_duration\ -""" - -palette = 'theme' - -# Defines the colour palette for the theme -[palettes.theme] -bar_one = '#C0CAF5' -bar_two = '#6992D7' -bar_three = '#394260' -bar_four = '#212736' -bar_five = '#1D2230' -text_one = '#090C0C' -text_two = '#EEEEEE' -text_three = '#A3AED2' - -[os] -style = 'bg:bar_one fg:text_one' -format = '[ $symbol ]($style)' -disabled = false - -[os.symbols] -Alpine = '' -Amazon = '' -Android = '' -Arch = '' -CentOS = '' -Debian = '' -DragonFly = '' -Emscripten = '' -EndeavourOS = '' -Fedora = '' -FreeBSD = '' -Garuda = '󰛓' -Gentoo = '' -HardenedBSD = '󰞌' -Illumos = '󰈸' -Linux = '' -Macos = '' -Manjaro = '' -Mariner = '' -MidnightBSD = '' -Mint = '' -NetBSD = '' -NixOS = '' -OpenBSD = '󰈺' -SUSE = '' -OracleLinux = '󰌷' -Pop = '' -Raspbian = '' -Redhat = '' -RedHatEnterprise = '' -Redox = '󰀘' -Solus = '󰠳' -openSUSE = '' -Ubuntu = '' -Unknown = '' -Windows = '󰍲' - -[directory] -truncation_length = 0 -truncation_symbol = '…/' -truncate_to_repo = false -fish_style_pwd_dir_length = 1 -style = 'bold fg:text_two bg:bar_two' -format = '[ $path ]($style)' - -[custom.home] -when = ' test "$HOME" = "$PWD" ' -style = 'bold fg:text_two bg:bar_two' -symbol = ' ' - -[custom.folder] -when = ' test "$HOME" != "$PWD" ' -style = 'bold fg:text_two bg:bar_two' -symbol = ' ' - -[directory.substitutions] -'Documents' = ' ' -'Downloads' = ' ' -'Music' = ' ' -'Pictures' = ' ' - -[git_branch] -symbol = ' ' -style = 'fg:text_three bg:bar_three' -format = '[ $symbol $branch ]($style)' - -[git_status] -style = 'fg:text_three bg:bar_three' -format = '[$all_status$ahead_behind ]($style)' - -[c] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[dart] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[elixir] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[elm] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[golang] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[haskell] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[java] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[julia] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[lua] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[nodejs] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[nim] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[php] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[python] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[rlang] -symbol = 'ﳒ ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[ruby] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[rust] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[scala] -symbol = ' ' -style = 'fg:text_three bg:bar_four' -format = '[ $symbol ($version) ]($style)' - -[cmd_duration] -style = 'bold red'