An advanced, open-source automation toolkit built entirely on Pure Bash to supercharge your daily terminal productivity and accelerate development scaffolding.
مجموعة أدوات برمجية متكاملة ومؤتمتة مبنية بالكامل على Bash، مصممة خصيصاً لتسريع سير العمل اليومي للمطورين، بناء هياكل المشاريع البرمجية لمختلف اللغات بلمحة واحدة، إدارة البيئات الافتراضية، وعمل النسخ الاحتياطية سريعة الإقلاع مباشرة من التيرمينال.
A powerful collection of automated Bash functions designed to accelerate daily development workflows, environment setup, secure backups, and multi-language scaffolding directly from the terminal.
You can inject the Sigma Tool Kit commands directly into your system with a single command:
يمكنك حقن أدوات مركز العمليات مباشرة في نظامك عبر أمر واحد فقط:
curl -sSL [https://raw.githubusercontent.com/yahiahgamo-byte/sigma-tool-kit/main/install.sh](https://raw.githubusercontent.com/yahiahgamo-byte/sigma-tool-kit/main/install.sh) | bash
## 📦 Prerequisites / المتطلبات الخارجية
Before installing, make sure to install the required system dependencies for the security and sound functions to work properly:
قبل التثبيت، تأكد من تثبيت الحزم الخارجية اللازمة لعمل دالات الحماية والصوت بشكل صحيح:
```bash
sudo apt update && sudo apt install sox libsox-fmt-pulse clamav rkhunter ufw network-manager python3-venv -y