Skip to content

Instantly share code, notes, and snippets.

View Jeko92's full-sized avatar
πŸ’­
wannabe-developer

Jemal Khachidze Jeko92

πŸ’­
wannabe-developer
View GitHub Profile
@fredbenenson
fredbenenson / kickstarter_sql_style_guide.md
Last active March 11, 2025 21:24
Kickstarter SQL Style Guide
layout title description tags
default
SQL Style Guide
A guide to writing clean, clear, and consistent SQL.
data
process

Purpose

@vratiu
vratiu / .bash_aliases
Last active April 15, 2025 15:05
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset