Zsh Themes for HackTheBox and REMnux
July 30, 2024 ยท View on GitHub
This repository contains custom Zsh themes inspired by HackTheBox and REMnux terminal setups. These themes aim to enhance your terminal experience by providing a stylish and functional prompt.
Themes
1. HTB Zsh Theme (ibyf0rhtb.zsh)
After spending some time using the pwnbox on a HackTheBox machine, I really enjoyed its terminal setup. However, I couldn't find any easy sources to make my Kali Linux terminal look similar. So, I decided to take matters into my own hands and customize my terminal to create a personalized and stylish experience that I love.
Snapshot of the HTB Theme
Note: If you are connected to the HackTheBox VPN, you will see the IP address of the
tun0interface (VPN interface); otherwise, you will see the IP address of the local machine'seth0interface.
Usage
-
Append the content of
ibyf0rhtb.zshto the end of your~/.zshrcfile.cat ibyf0rhtb.zsh >> ~/.zshrc -
Reload your Zsh configuration:
source ~/.zshrc
2. REMnux Zsh Theme (ibyf0remnux.zsh)
This theme customizes your terminal prompt to mimic the REMnux environment, providing a clean and efficient prompt for forensic and malware analysis tasks.
Snapshot of the REMnux Theme
Usage
-
Download the theme to the Oh My Zsh themes directory:
cp ibyf0remnux.zsh ~/.oh-my-zsh/themes/remnux.zsh-theme -
Set the theme in your
~/.zshrcfile by changing theZSH_THEMEvariable:ZSH_THEME="remnux" -
Reload your Zsh configuration:
source ~/.zshrc
Files
ibyf0rhtb.zsh: Contains the HTB Zsh theme configuration.ibyf0remnux.zsh: Contains the REMnux Zsh theme configuration.
Conclusion
These custom Zsh themes provide a stylish and functional terminal prompt inspired by HackTheBox and REMnux environments. Follow the usage instructions to set up the themes and enhance your terminal experience.
For more information and advanced customization, refer to the Zsh and Oh My Zsh documentation.