Skip to content

Latest commit

Β 

History

History
94 lines (73 loc) Β· 4.7 KB

File metadata and controls

94 lines (73 loc) Β· 4.7 KB

πŸ–₯️ Operating System, Tools & AI Agents Reference

A centralized, comprehensive collection of essential commands, references, and AI agent setup guides for various Operating Systems, development tools, and modern AI coding assistants. Designed for quick access to command-line utilities, system administration, version control, and AI-powered development workflows.


πŸ“Œ Features

  • Categorized Reference: Commands organized by OS (Linux, Mac, Windows) and Tools (Git).
  • Consolidated Documentation: Detailed Markdown guides with tables and descriptions for every platform.
  • Security & Pentesting: Comprehensive coverage of Kali Linux tools and techniques.
  • Package Management: Deep dives into apt, pacman, brew, and PowerShell cmdlets.
  • Shell Scripting: Dedicated resources for automation and scripting.
  • AI Agent Setup: Step-by-step install guides for Claude, Gemini, Codex, OpenCode, and Blackbox AI β€” with exact commands for Windows, Linux, and macOS.

πŸ“‚ Directory Structure

β”œβ”€β”€ πŸ“‚ Agent Setup Terminal/
β”‚   β”œβ”€β”€ πŸ“„ README.md                        # Overview, quick-ref table & setup order
β”‚   β”œβ”€β”€ πŸ“‚ Terminal_Setup/
β”‚   β”‚   └── πŸ“„ terminal_setup.md            # Shell environment setup (all platforms)
β”‚   β”œβ”€β”€ πŸ“‚ VSCode_Terminal/
β”‚   β”‚   └── πŸ“„ vscode_terminal.md           # AI agents + extensions inside VS Code
β”‚   β”œβ”€β”€ πŸ“‚ Claude/
β”‚   β”‚   └── πŸ“„ claude_setup.md              # Anthropic Claude Code CLI
β”‚   β”œβ”€β”€ πŸ“‚ Gemini/
β”‚   β”‚   └── πŸ“„ gemini_setup.md              # Google Gemini CLI
β”‚   β”œβ”€β”€ πŸ“‚ OpenCode/
β”‚   β”‚   └── πŸ“„ opencode_setup.md            # OpenCode multi-provider agent
β”‚   β”œβ”€β”€ πŸ“‚ Blackbox/
β”‚   β”‚   └── πŸ“„ blackbox_setup.md            # Blackbox AI (Terminal + VS Code)
β”‚   └── πŸ“‚ Codex/
β”‚       └── πŸ“„ codex_setup.md               # OpenAI Codex CLI
β”œβ”€β”€ πŸ“‚ Git/
β”‚   └── πŸ“„ git_commands.md                  # Version control quick reference
β”œβ”€β”€ πŸ“‚ Linux/
β”‚   β”œβ”€β”€ πŸ“‚ Arch_Commands/
β”‚   β”‚   └── πŸ“„ arch_commands.md             # Pacman & AUR reference
β”‚   β”œβ”€β”€ πŸ“‚ Kali_Commands/
β”‚   β”‚   └── πŸ“„ kali_commands.md             # Penetration testing tools
β”‚   └── πŸ“‚ Ubuntu_Commands/
β”‚       β”œβ”€β”€ πŸ“„ ubuntu_commands.md           # APT & Systemd management
β”‚       └── πŸ“‚ Shell scripting/             # Automation & bash scripts
β”œβ”€β”€ πŸ“‚ Mac/
β”‚   └── πŸ“„ mac_commands.md                  # macOS terminal & Homebrew
└── πŸ“‚ Windows/
    └── πŸ“„ windows_commands.md              # CMD & PowerShell reference

πŸ€– AI Agent Quick Install Reference

Agent Install Command Requires API Key
Claude Code npm install -g @anthropic-ai/claude-code Node β‰₯ 18 ANTHROPIC_API_KEY
Gemini CLI npm install -g @google/gemini-cli Node β‰₯ 18 GEMINI_API_KEY (or Google login β€” free)
Codex CLI npm install -g @openai/codex Node β‰₯ 22 OPENAI_API_KEY
OpenCode go install github.com/opencode-ai/opencode@latest Go β‰₯ 1.21 Any provider key
Blackbox CLI npm install -g @blackboxapp/blackbox Node β‰₯ 16 Free account
Blackbox (VS Code) code --install-extension Blackboxapp.blackbox VS Code Free account

πŸ’‘ New to AI agents? Start with Gemini CLI β€” it's free with a Google account and needs no API key setup.


πŸš€ Getting Started

  1. Set up your terminal first β†’ See Agent Setup Terminal/Terminal_Setup/
  2. Pick your OS reference β†’ Open the Linux/, Mac/, or Windows/ folder
  3. Pick an AI agent β†’ Open the corresponding folder inside Agent Setup Terminal/
  4. Follow the guide β†’ Each .md file has exact step-by-step commands
  5. Copy & run β†’ Paste commands directly into your terminal or shell

πŸ› οΈ Built With

  • Markdown β€” Clean, structured, and readable documentation
  • Shell Scripting β€” Custom scripts for automation in the Linux/Ubuntu section
  • Multi-platform Commands β€” Windows (PowerShell/CMD), Linux (bash/zsh), macOS (zsh)

🎯 Purpose

This repository is a single-stop cheat sheet for developers, system administrators, and students to:

  • Quickly find cross-platform terminal commands without searching external docs
  • Set up AI coding agents (Claude, Gemini, Codex, Blackbox, OpenCode) with exact install commands
  • Learn shell scripting, package management, and system administration across Linux, Mac, and Windows