Skip to content

Instantly share code, notes, and snippets.

@fcsest
Created November 14, 2023 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fcsest/f97400d67eca08965e01f68853088301 to your computer and use it in GitHub Desktop.
Save fcsest/f97400d67eca08965e01f68853088301 to your computer and use it in GitHub Desktop.
My starship configuration file.
format = """
$os\
$username\
$hostname\
$localip\
$shell\
$directory\
$fossil_branch\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$hg_branch\
$package\
$python\
$rlang\
$conda\
$memory_usage\
$aws\
$container\
$docker_context\
$env_var\
$custom\
$sudo\
$cmd_duration\
$jobs\
$battery\
$fill\
$time\
$status\
$line_break\
$character"""
add_newline = false
command_timeout = 99999
[aws]
format = "at [$symbol $profile(($region))]($style) "
disabled = false
style = "bold yellow"
symbol = ""
[aws.region_aliases]
sa-east-1 = "SΓ£o Paulo"
us-east-2 = "Ohio"
[container]
format = "inside $symbol [$name Container]($style) "
style = "blue bold"
symbol = "πŸ‹"
disabled = false
[directory]
truncation_length = 0
truncate_to_repo = true
home_symbol = " ~"
truncation_symbol = " "
style = "bold blue"
read_only = "πŸ”’"
format = "in [$path]($style)[$read_only]($read_only_style) "
[fill]
style = "bold bright-black"
[jobs]
symbol = "πŸƒβ€β™‚οΈ"
symbol_threshold = 1
number_threshold = 2
disabled = false
[memory_usage]
disabled = false
threshold = 50
format = "using [$symbol ${ram}\\(${ram_pct}\\)]($style) "
style = "bold blue"
symbol = "󰍛"
[os]
format = "[$symbol]($style) "
style = "#ED764D"
disabled = false
[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 = "󰍲"
[shell]
format = "with [$indicator]($style) "
style = "cyan bold"
disabled = false
[status]
disabled = false
format = " [$symbol]($style)"
map_symbol = true
not_executable_symbol = "🚫"
not_found_symbol = "πŸ”"
recognize_signal_code = true
sigint_symbol = "🧱"
signal_symbol = "⚑"
success_symbol = "🟒"
symbol = "πŸ”΄"
[time]
disabled = false
format = " πŸ•™ [$time]($style)"
style = "bold bright black"
time_format = "%T"
[username]
format = "as [$user]($style) "
disabled = false
show_always = true
style_user = "bold blue"
style_root = "bold black"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment