index — dotfiles @ c6775b8032e2423f5e484505b277a7e0fdc9788a

my dotfiles

.config/starship.toml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
# format = """
# [](#83c092)\
# $username\
# [](bg:#a7c080 fg:#83c092)\
# $directory\
# [](fg:#a7c080 bg:#7a8478)\
# $git_branch\
# $git_status\
# [](fg:#7a8478 bg:#445055)\
# $c\
# $elixir\
# $elm\
# $golang\
# $haskell\
# $java\
# $julia\
# $nodejs\
# $nim\
# $rust\
# $scala\
# [](fg:#445055)\
# """
#bg:#445055)\
#$docker_context\
#[](fg:#445055)\


#accent: "#7a8478"
#background: "#2b3339"
#foreground: "#d3c6aa"
 #   black: "#445055"
  #  red: "#e67e80"
   # green: "#a7c080"
    #yellow: "#dbbc7f"
  #  blue: "#7fbbb3"
  #  magenta: "#d699b6"
  #  cyan: "#83c092"
  #  white: "#d3c6aa"
# Disable the blank line at the start of the prompt
# add_newline = false

# You can also replace your username with a neat symbol like  to save some space
# [username]
# show_always = true
# style_user = "bg:#83c092"
# style_root = "bg:#83c092"
# format = '[ ]($style)'

# [directory]
# style = "bg:#a7c080"
# format = '[ $path ]($style)'
#truncation_length = 3
#truncation_symbol = "…/"

# Here is how you can shorten some long paths by text replacement
# similar to mapped_locations in Oh My Posh:
# [directory.substitutions]
# "Documents" = " "
# "Downloads" = " "
# "Music" = " "
# "Pictures" = " "
# "~" = " "
# Keep in mind that the order matters. For example:
# "Important Documents" = "  "
# will not be replaced, because "Documents" was already substituted before.
# So either put "Important Documents" before "Documents" or use the substituted version:
# "Important  " = "  "

# [c]
# symbol = " "
# style = "bg:#445055"
# format = '[ $symbol ($version) ]($style)'
#
# [docker_context]
# symbol = " "
# style = "bg:#445055"
# format = '[ $symbol $context ]($style) $path'
#
# [elixir]
# symbol = " "
# style = "bg:#445055"
# format = '[ $symbol ($version) ]($style)'
#
# [elm]
# symbol = " "
# style = "bg:#445055"
# format = '[ $symbol ($version) ]($style)'
#
# [git_branch]
# symbol = ""
# style = "bg:#7a8478"
# format = '[ $symbol $branch ]($style)'
#
# [git_status]
# style = "bg:#7a8478"
# format = '[$all_status$ahead_behind ]($style)'
#
# [golang]
# symbol = " "
# style = "bg:#445055"
# format = '[ $symbol ($version) ]($style)'
#
# [haskell]
# symbol = " "
# style = "bg:#445055"
# format = '[ $symbol ($version) ]($style)'
#
# [java]
# symbol = ""
# style = "bg:#445055"
# format = '[ $symbol ($version) ]($style)'
#
# [julia]
# symbol = " "
# style = "bg:#445055"
# format = '[ $symbol ($version) ]($style)'
#
# [nodejs]
# symbol = ""
# style = "bg:#445055"
# format = '[ $symbol ($version) ]($style)'
#
# [nim]
# symbol = " "
# style = "bg:#445055"
# format = '[ $symbol ($version) ]($style)'
#
# [rust]
# symbol = ""
# style = "bg:#2445055"
# format = '[ $symbol ($version) ]($style)'
#
# [scala]
# symbol = " "
# style = "bg:#445055"
# format = '[ $symbol ($version) ]($style)'
#
# [time]
# disabled = true
# time_format = "%R" # Hour:Minute Format
# style = "bg:#33658A"
# format = '[ ♥ $time ]($style)'

format = """
[░▒▓](#83c092)\
[  ](bg:#83c092 fg:#090c0c)\
[](bg:#a7c080 fg:#83c092)\
$directory\
[](fg:#a7c080 bg:#7a8478)\
$git_branch\
$git_status\
[](fg:#7a8478 bg:#212736)\
$nodejs\
$rust\
$golang\
$php\
[](fg:#212736 bg:#2b3339)\
$time\
[ ](fg:#2b3339)\
\n$character"""

[directory]
style = "fg:#090c0c bg:#a7c080"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"

[directory.substitutions]
"documents" = "󰈙 "
"downloads" = " "
"music" = " "
"pictures" = " "

[git_branch]
symbol = ""
style = "bg:#7a8478"
format = '[[ $symbol $branch ](fg:#a7c080 bg:#7a8478)]($style)'

[git_status]
style = "bg:#7a8478"
format = '[[($all_status$ahead_behind )](fg:#a7c080 bg:#7a8478)]($style)'

[nodejs]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#a7c080 bg:#212736)]($style)'

[rust]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#a7c080 bg:#212736)]($style)'

[golang]
symbol = "ﳑ"
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#a7c080 bg:#212736)]($style)'

[php]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#a7c080 bg:#212736)]($style)'

[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "bg:#2b3339"
format = '[[  $time ](fg:#565c62 bg:#2b3339)]($style)'