๐Ÿ”ฅ afaq.zsh-theme

May 25, 2025 ยท View on GitHub

A bold, minimal, and hacker-style ZSH theme tailored for penetration testers and developers. Compatible with macOS and Linux.

๐ŸŽฏ Features

  • Bold, two-line prompt with clean layout
  • Shows hostname and local IP
  • Shows current working directory
  • Displays current time next to path
  • Git branch and status awareness
  • Python virtualenv support

๐Ÿ“ธ Prompt Preview

zsh

๐Ÿ›  Installation

  1. Copy afaq.zsh-theme to your ~/.oh-my-zsh/themes directory:
cp afaq.zsh-theme ~/.oh-my-zsh/themes/
  1. In your .zshrc file, set the theme:
ZSH_THEME="afaq"
  1. Reload your terminal:
source ~/.zshrc