Created
October 25, 2024 13:51
-
-
Save onnenon/0c2284461a1d4444b44a8b00aa334df1 to your computer and use it in GitHub Desktop.
Starship Config
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 = """ | |
$time\ | |
$username\ | |
$hostname\ | |
$directory\ | |
$all\ | |
$line_break\ | |
$git_branch\ | |
$git_status\ | |
$character""" | |
[character] | |
format = '$symbol ' | |
success_symbol = "[λ](bold purple)" | |
error_symbol = "[λ](bold red)" | |
[username] | |
show_always = true | |
format = "- [$user](bold purple)" | |
[hostname] | |
ssh_only = false | |
format = "[@$hostname](bold cyan)" | |
[time] | |
format = '[$time](bold yellow) ' | |
disabled = false | |
time_format = "%I:%M%p" | |
[directory] | |
format = ' [\[](bold cyan)[$path](bold white)[\]](bold cyan) ' | |
truncate_to_repo = false | |
[git_branch] | |
symbol = " " | |
format = '[\($symbol$branch(:$remote_branch)\)](bold green) ' | |
[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 = " " | |
[java] | |
symbol = " " | |
[julia] | |
symbol = " " | |
[kotlin] | |
symbol = " " | |
[lua] | |
symbol = " " | |
[memory_usage] | |
symbol = " " | |
[meson] | |
symbol = " " | |
[nim] | |
symbol = " " | |
[nix_shell] | |
symbol = " " | |
[nodejs] | |
symbol = " " | |
[ocaml] | |
symbol = " " | |
[os.symbols] | |
Alpaquita = " " | |
Alpine = " " | |
AlmaLinux = " " | |
Amazon = " " | |
Android = " " | |
Arch = " " | |
Artix = " " | |
CentOS = " " | |
Debian = " " | |
DragonFly = " " | |
Emscripten = " " | |
EndeavourOS = " " | |
Fedora = " " | |
FreeBSD = " " | |
Garuda = " " | |
Gentoo = " " | |
HardenedBSD = " " | |
Illumos = " " | |
Kali = " " | |
Linux = " " | |
Mabox = " " | |
Macos = " " | |
Manjaro = " " | |
Mariner = " " | |
MidnightBSD = " " | |
Mint = " " | |
NetBSD = " " | |
NixOS = " " | |
OpenBSD = " " | |
openSUSE = " " | |
OracleLinux = " " | |
Pop = " " | |
Raspbian = " " | |
Redhat = " " | |
RedHatEnterprise = " " | |
RockyLinux = " " | |
Redox = " " | |
Solus = " " | |
SUSE = " " | |
Ubuntu = " " | |
Unknown = " " | |
Void = " " | |
Windows = " " | |
[perl] | |
symbol = " " | |
[php] | |
symbol = " " | |
[pijul_channel] | |
symbol = " " | |
[python] | |
symbol = " " | |
[rlang] | |
symbol = " " | |
[ruby] | |
symbol = " " | |
[rust] | |
symbol = " " | |
[scala] | |
symbol = " " | |
[swift] | |
symbol = " " | |
[zig] | |
symbol = " " | |
[package] | |
disabled = true | |
symbol = " " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment