Created
June 15, 2025 13:31
-
-
Save haggen/0445b51d292885449603a354309ef5e8 to your computer and use it in GitHub Desktop.
Starship config file.
This file contains hidden or 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 = """ | |
| $username\ | |
| $hostname\ | |
| $localip\ | |
| $shlvl\ | |
| $singularity\ | |
| $kubernetes\ | |
| $directory\ | |
| $vcsh\ | |
| $fossil_branch\ | |
| $fossil_metrics\ | |
| $git_branch\ | |
| $git_commit\ | |
| $git_state\ | |
| $git_metrics\ | |
| $git_status\ | |
| $hg_branch\ | |
| $pijul_channel\ | |
| $docker_context\ | |
| $package\ | |
| $c\ | |
| $cmake\ | |
| $cobol\ | |
| $daml\ | |
| $dart\ | |
| $deno\ | |
| $dotnet\ | |
| $elixir\ | |
| $elm\ | |
| $erlang\ | |
| $fennel\ | |
| $gleam\ | |
| $golang\ | |
| $guix_shell\ | |
| $haskell\ | |
| $haxe\ | |
| $helm\ | |
| $java\ | |
| $julia\ | |
| $kotlin\ | |
| $gradle\ | |
| $lua\ | |
| $nim\ | |
| $nodejs\ | |
| $ocaml\ | |
| $opa\ | |
| $perl\ | |
| $php\ | |
| $pulumi\ | |
| $purescript\ | |
| $python\ | |
| $quarto\ | |
| $raku\ | |
| $rlang\ | |
| $red\ | |
| $ruby\ | |
| $rust\ | |
| $scala\ | |
| $solidity\ | |
| $swift\ | |
| $terraform\ | |
| $typst\ | |
| $vlang\ | |
| $vagrant\ | |
| $zig\ | |
| $buf\ | |
| $nix_shell\ | |
| $conda\ | |
| $meson\ | |
| $spack\ | |
| $memory_usage\ | |
| $aws\ | |
| $gcloud\ | |
| $openstack\ | |
| $azure\ | |
| $nats\ | |
| $direnv\ | |
| $env_var\ | |
| $mise\ | |
| $crystal\ | |
| $custom\ | |
| $sudo\ | |
| $cmd_duration\ | |
| $time\ | |
| $line_break\ | |
| $jobs\ | |
| $battery\ | |
| $status\ | |
| $os\ | |
| $container\ | |
| $netns\ | |
| $shell\ | |
| $character\ | |
| """ | |
| [time] | |
| disabled = false | |
| time_format = '%R' | |
| [character] | |
| success_symbol = "[→](bold green)" | |
| error_symbol = "[×](bold red)" | |
| vimcmd_symbol = "[←](bold green)" | |
| [git_commit] | |
| tag_symbol = " tag " | |
| [git_status] | |
| ahead = "⇡" | |
| behind = "⇣" | |
| diverged = "⇕" | |
| renamed = "r" | |
| deleted = "×" | |
| [aws] | |
| symbol = "aws " | |
| [azure] | |
| symbol = "az " | |
| [buf] | |
| symbol = "buf " | |
| [bun] | |
| symbol = "bun " | |
| [c] | |
| symbol = "c " | |
| [cpp] | |
| symbol = "c++ " | |
| [cobol] | |
| symbol = "cobol " | |
| [conda] | |
| symbol = "conda " | |
| [container] | |
| symbol = "container " | |
| [crystal] | |
| symbol = "cr " | |
| [cmake] | |
| symbol = "cmake " | |
| [daml] | |
| symbol = "daml " | |
| [dart] | |
| symbol = "dart " | |
| [deno] | |
| symbol = "deno " | |
| [dotnet] | |
| symbol = ".net " | |
| [directory] | |
| read_only = " ro" | |
| [docker_context] | |
| symbol = "docker " | |
| [elixir] | |
| symbol = "exs " | |
| [elm] | |
| symbol = "elm " | |
| [fennel] | |
| symbol = "fnl " | |
| [fossil_branch] | |
| symbol = "fossil " | |
| [gcloud] | |
| symbol = "gcp " | |
| [git_branch] | |
| symbol = "git " | |
| [gleam] | |
| symbol = "gleam " | |
| [golang] | |
| symbol = "go " | |
| [gradle] | |
| symbol = "gradle " | |
| [guix_shell] | |
| symbol = "guix " | |
| [haskell] | |
| symbol = "haskell " | |
| [helm] | |
| symbol = "helm " | |
| [hg_branch] | |
| symbol = "hg " | |
| [java] | |
| symbol = "java " | |
| [julia] | |
| symbol = "jl " | |
| [kotlin] | |
| symbol = "kt " | |
| [lua] | |
| symbol = "lua " | |
| [nodejs] | |
| symbol = "nodejs " | |
| [memory_usage] | |
| symbol = "memory " | |
| [meson] | |
| symbol = "meson " | |
| [nats] | |
| symbol = "nats " | |
| [nim] | |
| symbol = "nim " | |
| [nix_shell] | |
| symbol = "nix " | |
| [ocaml] | |
| symbol = "ml " | |
| [opa] | |
| symbol = "opa " | |
| [os.symbols] | |
| AIX = "aix " | |
| Alpaquita = "alq " | |
| AlmaLinux = "alma " | |
| Alpine = "alp " | |
| Amazon = "amz " | |
| Android = "andr " | |
| Arch = "rch " | |
| Artix = "atx " | |
| Bluefin = "blfn " | |
| CachyOS = "cach " | |
| CentOS = "cent " | |
| Debian = "deb " | |
| DragonFly = "dfbsd " | |
| Emscripten = "emsc " | |
| EndeavourOS = "ndev " | |
| Fedora = "fed " | |
| FreeBSD = "fbsd " | |
| Garuda = "garu " | |
| Gentoo = "gent " | |
| HardenedBSD = "hbsd " | |
| Illumos = "lum " | |
| Kali = "kali " | |
| Linux = "lnx " | |
| Mabox = "mbox " | |
| Macos = "mac " | |
| Manjaro = "mjo " | |
| Mariner = "mrn " | |
| MidnightBSD = "mid " | |
| Mint = "mint " | |
| NetBSD = "nbsd " | |
| NixOS = "nix " | |
| Nobara = "nbra " | |
| OpenBSD = "obsd " | |
| OpenCloudOS = "ocos " | |
| openEuler = "oeul " | |
| openSUSE = "osuse " | |
| OracleLinux = "orac " | |
| Pop = "pop " | |
| Raspbian = "rasp " | |
| Redhat = "rhl " | |
| RedHatEnterprise = "rhel " | |
| RockyLinux = "rky " | |
| Redox = "redox " | |
| Solus = "sol " | |
| SUSE = "suse " | |
| Ubuntu = "ubnt " | |
| Ultramarine = "ultm " | |
| Unknown = "unk " | |
| Uos = "uos " | |
| Void = "void " | |
| Windows = "win " | |
| [package] | |
| symbol = "pkg " | |
| [perl] | |
| symbol = "pl " | |
| [php] | |
| symbol = "php " | |
| [pijul_channel] | |
| symbol = "pijul " | |
| [pixi] | |
| symbol = "pixi " | |
| [pulumi] | |
| symbol = "pulumi " | |
| [purescript] | |
| symbol = "purs " | |
| [python] | |
| symbol = "py " | |
| [quarto] | |
| symbol = "quarto " | |
| [raku] | |
| symbol = "raku " | |
| [rlang] | |
| symbol = "r " | |
| [ruby] | |
| symbol = "rb " | |
| [rust] | |
| symbol = "rs " | |
| [scala] | |
| symbol = "scala " | |
| [spack] | |
| symbol = "spack " | |
| [solidity] | |
| symbol = "solidity " | |
| [status] | |
| symbol = "[×](bold red) " | |
| [sudo] | |
| symbol = "sudo " | |
| [swift] | |
| symbol = "swift " | |
| [typst] | |
| symbol = "typst " | |
| [terraform] | |
| symbol = "terraform " | |
| [zig] | |
| symbol = "zig " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment