A bold, minimal, and hacker-style ZSH theme tailored for penetration testers and developers. Compatible with macOS and Linux.
- 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
- Copy
afaq.zsh-theme
to your~/.oh-my-zsh/themes
directory:
cp afaq.zsh-theme ~/.oh-my-zsh/themes/
- In your
.zshrc
file, set the theme:
ZSH_THEME="afaq"
- Reload your terminal:
source ~/.zshrc