Skip to content

Instantly share code, notes, and snippets.

@itsmikita
Created May 31, 2024 09:22
Show Gist options
  • Save itsmikita/2b6fb4d18aee95fa82cf2d70c8dea659 to your computer and use it in GitHub Desktop.
Save itsmikita/2b6fb4d18aee95fa82cf2d70c8dea659 to your computer and use it in GitHub Desktop.

Revisions

  1. itsmikita renamed this gist May 31, 2024. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. itsmikita created this gist May 31, 2024.
    245 changes: 245 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,245 @@
    # ~/.config/starship.toml

    # get editor completions based on config schema
    "$schema" = "https://starship.rs/config-schema.json"

    # Add new line
    add_newline = false

    # Command execution timeout
    command_timeout = 2000

    [character]
    success_symbol = "👉"
    error_symbol = "🖕"
    vimcmd_symbol = "👍"

    [git_commit]
    tag_symbol = " 🏷️ "

    [git_status]
    ahead = "➡️ "
    behind = "⬅️ "
    diverged = "↔️ "
    renamed = "✏️ "
    deleted = "🗑️"

    [aws]
    symbol = "☁ "

    [azure]
    symbol = "🧢 "

    [bun]
    symbol = "🍙 "

    [c]
    symbol = "🍄 "

    [cobol]
    symbol = "cobol "

    [conda]
    symbol = "🤖 "

    [crystal]
    symbol = "🔮 "

    [cmake]
    symbol = "⚒️ "

    [daml]
    symbol = "daml "

    [dart]
    symbol = "🎯 "

    [deno]
    symbol = "🦕 "

    [dotnet]
    symbol = "🕸️ "

    [directory]
    read_only = " 👀"

    [docker_context]
    symbol = "🐋 "

    [elixir]
    symbol = "🧪 "

    [elm]
    symbol = "elm "

    [fennel]
    symbol = "fnl "

    [fossil_branch]
    symbol = "fossil "

    [gcloud]
    symbol = "🛟 "

    [git_branch]
    symbol = "🐙 "

    #[gleam]
    #symbol = "gleam "

    [golang]
    symbol = "👟 "

    [gradle]
    symbol = "gradle "

    [guix_shell]
    symbol = "guix "

    [hg_branch]
    symbol = "hg "

    [java]
    symbol = "☕ "

    [julia]
    symbol = "👧 "

    [kotlin]
    symbol = "kt "

    [lua]
    symbol = "🌕 "

    [nodejs]
    symbol = "🔶 "

    [memory_usage]
    symbol = "🧠 "

    [meson]
    symbol = "meson "

    #[nats]
    #symbol = "nats "

    [nim]
    symbol = "nim "

    [nix_shell]
    symbol = "nix "

    [ocaml]
    symbol = "ml "

    [opa]
    symbol = "🐒 "

    [os.symbols]
    AIX = "aix "
    Alpaquita = "alq "
    AlmaLinux = "alma "
    Alpine = "alp "
    Amazon = "amz "
    Android = "andr "
    Arch = "rch "
    Artix = "atx "
    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 "
    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 "
    Void = "void "
    Windows = "win "

    [package]
    symbol = "📦 "

    [perl]
    symbol = "🐪 "

    [php]
    symbol = "🐘 "

    [pijul_channel]
    symbol = "pijul "

    [pulumi]
    symbol = "pulumi "

    [purescript]
    symbol = "purs "

    [python]
    symbol = "🐍 "

    [quarto]
    symbol = "quarto "

    [raku]
    symbol = "raku "

    [ruby]
    symbol = "💎 "

    [rust]
    symbol = "⚙️ "

    [scala]
    symbol = "scala "

    [spack]
    symbol = "spack "

    [solidity]
    symbol = "solidity "

    [status]
    symbol = "❎ "

    [sudo]
    symbol = "🦸 "

    [swift]
    symbol = "⚡ "

    [typst]
    symbol = "typst "

    [terraform]
    symbol = "terraform "

    [zig]
    symbol = "🐺 "