See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
ZSH, also called the Z shell, is an extended version of the Bourne Shell (sh), with plenty of new features, and support for plugins and themes.
This is a framework for zsh
Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.
# === Font Configuration === | |
font-family = "" # String: Font name or empty to reset | |
font-family-bold = "" # String: Bold font variant | |
font-family-italic = "" # String: Italic font variant | |
font-family-bold-italic = "" # String: Bold-italic font variant | |
font-style = "" # String: Named font style or "false" to disable | |
font-style-bold = "" # String: Named bold font style | |
font-style-italic = "" # String: Named italic font style | |
font-style-bold-italic = "" # String: Named bold-italic font style | |
font-synthetic-style = "" # Values: "true", "false", "no-bold", "no-italic", "no-bold-italic" |