sistema_progs

Programas para customizar o meu entorno de traballo nos meus equipos persoais
Log | Files | Refs

starship-original.toml (2477B)


      1 format = """\
      2   $username\
      3   $directory\
      4   $package\
      5   $git_branch\
      6   $git_commit\
      7   $git_state\
      8   $git_status\
      9   $fill\
     10   $cmd_duration\
     11   [ in](bright white)\
     12   $env_var\
     13   $shell\
     14   $battery\
     15   $time\
     16   $line_break\
     17   $jobs\
     18   $character\
     19   """
     20 
     21 right_format = """\
     22   $status\
     23   $memory_usage\
     24   """
     25 
     26 [directory]
     27 truncate_to_repo = true
     28 read_only = " "
     29 truncation_symbol = "…/"
     30 
     31 [package]
     32 symbol = " "
     33 
     34 [git_branch]
     35 style = 'italic purple'
     36 symbol = " "
     37 
     38 [git_commit]
     39 style = "bold white"
     40 tag_symbol = "笠 "
     41 tag_disabled = false
     42 
     43 [git_status]
     44 conflicted = "= "
     45 ahead = "⇡×${count} "
     46 behind = "⇣×${count} "
     47 diverged = "${ahead_count}×⇕×${behind_count} "
     48 untracked = "?×${count} "
     49 stashed = "\\$×${count} "
     50 modified = "!×${count} "
     51 staged = "+×${count} "
     52 renamed = "»×${count} "
     53 deleted = "✘×${count} "
     54 
     55 [fill]
     56 symbol = " "
     57 
     58 [cmd_duration]
     59 format = " took [$duration]($style)"
     60 show_notifications = true
     61 min_time_to_notify = 60_000
     62 
     63 [env_var.WSL_DISTRO_NAME]
     64 format = " [$env_value]($style)"
     65 style = "underline purple"
     66 
     67 [env_var.MSYSTEM]
     68 format = " [$env_value]($style)"
     69 style = "underline purple"
     70 
     71 [shell]
     72 format = " \\[[$indicator]($style)\\] at"
     73 powershell_indicator = "pwsh"
     74 style = "bold blue"
     75 disabled = false
     76 
     77 [battery]
     78 full_symbol = "•"
     79 discharging_symbol = ""
     80 charging_symbol = ""
     81 unknown_symbol = "!"
     82 format = " [$symbol$percentage]($style)"
     83 
     84 [[battery.display]]
     85 threshold = 20
     86 style = "italic red"
     87 
     88 [[battery.display]]
     89 threshold = 80
     90 style = "italic green"
     91 
     92 [[battery.display]]
     93 threshold = 100
     94 style = "italic yellow"
     95 
     96 [time]
     97 disabled = false
     98 format = " [$time]($style)"
     99 style = "italic cyan"
    100 
    101 [status]
    102 disabled = false
    103 format = "[$symbol$status]($style)"
    104 symbol = "✕ "
    105 
    106 [memory_usage]
    107 format = " $symbol[${ram}]($style)"
    108 threshold = -1
    109 symbol = " "
    110 disabled = false
    111 
    112 [aws]
    113 symbol = " "
    114 
    115 [dart]
    116 symbol = " "
    117 
    118 [docker_context]
    119 symbol = " "
    120 
    121 [elixir]
    122 symbol = " "
    123 
    124 [elm]
    125 symbol = " "
    126 
    127 [golang]
    128 symbol = " "
    129 
    130 # [haskell]
    131 # symbol = " "
    132 
    133 [hg_branch]
    134 symbol = " "
    135 
    136 [java]
    137 symbol = " "
    138 
    139 [julia]
    140 symbol = " "
    141 
    142 [nim]
    143 symbol = " "
    144 
    145 [nix_shell]
    146 symbol = " "
    147 
    148 [nodejs]
    149 symbol = " "
    150 
    151 [perl]
    152 symbol = " "
    153 
    154 [php]
    155 symbol = " "
    156 
    157 [python]
    158 symbol = " "
    159 
    160 [ruby]
    161 symbol = " "
    162 
    163 [rust]
    164 symbol = " "
    165 
    166 [swift]
    167 symbol = "ﯣ "