Created
November 14, 2023 18:39
-
-
Save fcsest/f97400d67eca08965e01f68853088301 to your computer and use it in GitHub Desktop.
My starship configuration file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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