Skip to content

Instantly share code, notes, and snippets.

@haidang666
Last active May 30, 2022 16:56
Show Gist options
  • Save haidang666/51ad45fd8a11d8c604be4d35fd4097bf to your computer and use it in GitHub Desktop.
Save haidang666/51ad45fd8a11d8c604be4d35fd4097bf to your computer and use it in GitHub Desktop.
clean cheatsheet for ohmyzsh git (from ohmyzsh/plugins/git/git.plugin.zsh) you can print and make it as wallpaper
[character]
success_symbol = "[>](bold green)"
error_symbol = "[x](bold red)"
vicmd_symbol = "[<](bold green)"
[git_commit]
tag_symbol = " tag "
[git_status]
format = '([\[$all_status$ahead_behind \]]($style) )'
ahead = " [⇡${count}](green)"
behind = " [⇣${count}](green)"
diverged = " ⇡${ahead_count} ⇣${behind_count}"
stashed = " [*${count}](green)"
renamed = " [»${count}](purple)"
deleted = " ✘${count}"
untracked = " [?${count}](blue)"
modified = " [!${count}](yellow)"
staged = " [+${count}](yellow)"
conflicted = " ~${count}"
[aws]
symbol = "aws "
[c]
symbol = "C "
[cobol]
symbol = "cobol "
[conda]
symbol = "conda "
[crystal]
symbol = "cr "
[cmake]
symbol = "cmake "
[dart]
symbol = "dart "
[deno]
symbol = "deno "
[dotnet]
symbol = ".NET "
[directory]
read_only = " ro"
[docker_context]
symbol = "docker "
[elixir]
symbol = "exs "
[elm]
symbol = "elm "
[golang]
symbol = "go "
[hg_branch]
symbol = "hg "
[java]
symbol = "java "
[julia]
symbol = "jl "
[kotlin]
symbol = "kt "
[memory_usage]
symbol = "memory "
[nim]
symbol = "nim "
[nix_shell]
symbol = "nix "
[ocaml]
symbol = "ml "
[package]
disabled=true
symbol = "pkg "
[perl]
symbol = "pl "
[php]
symbol = "php "
[pulumi]
symbol = "pulumi "
[purescript]
symbol = "purs "
[python]
symbol = "py "
[ruby]
symbol = "rb "
[rust]
symbol = "rs "
[scala]
symbol = "scala "
[spack]
symbol = "spack "
[sudo]
symbol = "sudo "
[swift]
symbol = "swift "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment