Skip to content

Instantly share code, notes, and snippets.

View BornPsych's full-sized avatar
🔍
All I am good at is debugging...

Yogesh Shahi BornPsych

🔍
All I am good at is debugging...
View GitHub Profile

Conventional Commit Messages starline

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

Commit Message Formats

Default

@BornPsych
BornPsych / GitHub-Tips.md
Created February 19, 2025 11:30 — forked from stevecondylios/GitHub-Tips.md
Advanced GitHub Search Tricks & Tips
@BornPsych
BornPsych / Instruction.md
Created December 30, 2024 06:39 — forked from minhanhhere/Instruction.md
Customise Your Terminal Using Zsh & powerlevel10k

What we will setup

1. ZSH

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.

2. oh-my-zsh

This is a framework for zsh

3. Powerlevel 10k

Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.

@BornPsych
BornPsych / Ghostty-config-example
Created December 30, 2024 03:37 — forked from Mario-SO/config
Ghostty config example
# === 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"