Skip to content

Instantly share code, notes, and snippets.

@buirkan
Created March 4, 2024 16:31
Show Gist options
  • Save buirkan/69f586e818ac027aebcc27141e451349 to your computer and use it in GitHub Desktop.
Save buirkan/69f586e818ac027aebcc27141e451349 to your computer and use it in GitHub Desktop.
starship config
# SOURCES
# https://starship.rs/config
# https://starship.rs/presets/nerd-font.html#configuration
# DEBUG via:
# starship explain
# STARSHIP_LOG=trace
"$schema" = 'https://starship.rs/config-schema.json'
[git_state]
rebase = "rebasing ⇣"
merge = "merging ⇡⇣"
[sudo]
symbol = "🧙 "
[git_status]
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
staged = '[++\($count\)](green)'
conflicted = "⚔️ "
# untracked = "🛤️ ${count}"
# modified = "📝${count}"
# add_newline = true
style = "bold #AFBA6A"
format = "([\\[$all_status$ahead_behind\\]]($style) )"
disabled = true
[character]
# success_symbol = '[➜](bold #AFBA6A)'
success_symbol = "[❯](bold #AFBA6A)"
error_symbol = "[✖](bold red) "
[directory]
read_only = " 󰌾"
truncation_length = 15
truncation_symbol = ''
truncate_to_repo = true
style = "bold #91BBB4"
[git_branch]
symbol = ""
truncation_length = 25
truncation_symbol = ''
style = "bold #B49BBB"
[aws]
symbol = ""
[buf]
symbol = ""
[c]
symbol = ""
[conda]
symbol = ""
[crystal]
symbol = ""
[dart]
symbol = ""
[docker_context]
symbol = ""
[elixir]
symbol = ""
[elm]
symbol = ""
[fennel]
symbol = ""
[fossil_branch]
symbol = ""
[golang]
symbol = ""
[guix_shell]
symbol = ""
[haskell]
symbol = ""
[haxe]
symbol = ""
[hg_branch]
symbol = ""
[hostname]
ssh_symbol = ""
[java]
symbol = ""
[julia]
symbol = ""
[kotlin]
symbol = ""
[lua]
symbol = ""
[memory_usage]
symbol = "󰍛 "
[meson]
symbol = "󰔷 "
[nim]
symbol = "󰆥 "
[nix_shell]
symbol = ""
[nodejs]
symbol = ""
# style = "bold #84ba64"
style = "bold #AFBA6A"
[ocaml]
symbol = ""
[os.symbols]
Alpaquita = ""
Alpine = ""
Amazon = ""
Android = ""
Arch = ""
Artix = ""
CentOS = ""
Debian = ""
DragonFly = ""
Emscripten = ""
EndeavourOS = ""
Fedora = ""
FreeBSD = ""
Garuda = "󰛓 "
Gentoo = ""
HardenedBSD = "󰞌 "
Illumos = "󰈸 "
Linux = ""
Mabox = ""
Macos = ""
Manjaro = ""
Mariner = ""
MidnightBSD = ""
Mint = ""
NetBSD = ""
NixOS = ""
OpenBSD = "󰈺 "
openSUSE = ""
OracleLinux = "󰌷 "
Pop = ""
Raspbian = ""
Redhat = ""
RedHatEnterprise = ""
Redox = "󰀘 "
Solus = "󰠳 "
SUSE = ""
Ubuntu = ""
Unknown = ""
Windows = "󰍲 "
[package]
symbol = "󰏗 "
[perl]
symbol = ""
[php]
symbol = ""
[pijul_channel]
symbol = ""
[python]
symbol = ""
[rlang]
symbol = "󰟔 "
[ruby]
symbol = ""
[rust]
symbol = ""
style = "bold #FF6D0A"
[scala]
symbol = ""
[swift]
symbol = ""
[zig]
symbol = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment