Skip to content

Instantly share code, notes, and snippets.

View igergow's full-sized avatar
🏠
Working from home

Ivo Gergov igergow

🏠
Working from home
View GitHub Profile
@igergow
igergow / commands
Created February 28, 2026 20:14
Mac Dev Setup — zsh aliases, modern CLI tools, git config, nvim, project management
#!/bin/bash
# commands — покажи всички custom команди и alias-и
BOLD='\033[1m'
CYAN='\033[0;36m'
YELLOW='\033[1;33m'
GREEN='\033[0;32m'
DIM='\033[0;90m'
NC='\033[0m'