This is based on ZephyFoxy's .zshrc file, but I added lolcat and some other fun stuff you might like.
You still get the eth0, tun0, and wlan0. I added the Virtual Hacking Lab's ppp0.
It was a ton of fun making this, and I hope you enjoy using it.
I use Kali so I know this definitaly works with that. If you run into issues on other distros you can make an issue and I'll look into it.
wget https://raw.githubusercontent.com/blue-pho3nix/zshrc-with-ip/main/install.sh
bash install.sh
File > Preferences > color scheme > GreenOnBlack --> Apply
cat ~/.zshrc
^ Edit/Create any aliases you want
b. Add/Remove any commands you want to run through lolcat. Lolcat is what gives you the rainbow colors.
Current commands are:
- ls
- cat
- neofetch
- find
- ranger
- ps
- ip
- msfconsole (this breaks on ubuntu)
- mysql
- sqlmap
- gobuster
- ffuf
Install these if you want
- ranger
- neofetch
- metasploit-framework (msfconsole, etc)
- sqlmap
- ffuf
sudo apt-get update && sudo apt-get install ranger neofetch metasploit-framework sqlmap gobuster ffuf -y
Documents
d. If you start a VPN or WIFI connection you'll need to source your ~/.zshrc file to see it. You can do this by just running n
n
That's it! Have fun y'all. :)