From 6813b39aea4fc1231dac7efd93974e79a1bcbda3 Mon Sep 17 00:00:00 2001 From: Gourav Suram Date: Thu, 22 Jun 2023 11:58:42 +0530 Subject: [PATCH] feat(External-Themes): add new theme (#32) --- External-themes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/External-themes.md b/External-themes.md index a87e4d1..84c3cb8 100644 --- a/External-themes.md +++ b/External-themes.md @@ -12,6 +12,24 @@ Check out the instructions [here](https://github.com/ohmyzsh/ohmyzsh/wiki/Custom --- +### Heapbytes Terminal theme + +![heapbytes-theme](https://github.com/ohmyzsh/wiki/assets/56447720/39c2e4e0-3315-4e06-8b46-8e83514ccaca) + +#### Features + +- Fork/update/inspiration of rkj theme. +- Prints the tun0 IP if connected to a VPN +- Prints the wlan0 IP if you aren't connected to any VPN. (change the module name in `.zsh-theme` according to your wifi module) +- Easy for pentesters who needs their ip for creating rev shells. +- Git info. +- Doesn't require any external fonts. + +See [repository](https://github.com/heapbytes/oh-my-zsh-theme) for source. +Author: [heapbytes](https://github.com/heapbytes) + +--- + ### Amresh Terminal Theme ![amresh-terminal-theme](https://i.imgur.com/aT6Od6S.png)