📚 Personal library of scripts, configuration files, SQLs, and some extra handy stuff.
This repository is a collection of useful tools I use in my daily workflow — from shell scripts and PowerShell automations to Docker utilities and SQL helpers. It’s a personal reference hub, built over time, and shared in case it’s helpful to others as well.
.
├── conf/ # Shell config files (.bash_aliases, etc.)
├── docker-bin/ # Docker helper scripts
├── powershell-scripts/ # PowerShell automation scripts
├── shell-scripts/ # Bash utilities for Linux/macOS
├── sqls/ # Handy SQL queries and snippets
├── .gitignore
├── LICENSE
└── README.md
- Shell and Bash scripts for common ops tasks
- PowerShell automation for WSL and Windows setup
- SQL snippets for quick DB operations
- Docker wrapper scripts for repeatable workflows
- Config files to streamline your CLI environment
MIT — feel free to use, adapt, and share.