๐ฅ 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
๐ Installation
- Copy
afaq.zsh-themeto your~/.oh-my-zsh/themesdirectory:
cp afaq.zsh-theme ~/.oh-my-zsh/themes/
- In your
.zshrcfile, set the theme:
ZSH_THEME="afaq"
- Reload your terminal:
source ~/.zshrc