Skip to content

This is based on ZephyFoxy's .zshrc file. I added lolcat and some other fun stuff you might like. You still get the eth0, tun0. wlan0 and I added the Virtual Hacking Lab's ppp0.

blue-pho3nix/zshrc-with-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Fun and useful .zshrc

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.

Image of what it looks like :)

20

Install Instructions

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.

1. Get the install file

wget https://raw.githubusercontent.com/blue-pho3nix/zshrc-with-ip/main/install.sh

2

2. Install lolcat, ness nerdfonts, and get the zshrc file

bash install.sh

3 4

3. Close your terminal and open a new one

5

4. Change your terminal colors to meet your liking. I use GreenOnBlack.


File > Preferences > color scheme > GreenOnBlack --> Apply

6 7 8 9

Info on use

a. Check out the aliases

cat ~/.zshrc

10 11

^ 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

12

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

19

c. You don't need to run cd anymore..You can just type in the directory

Documents

17 16

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

15

That's it! Have fun y'all. :)

About

This is based on ZephyFoxy's .zshrc file. I added lolcat and some other fun stuff you might like. You still get the eth0, tun0. wlan0 and I added the Virtual Hacking Lab's ppp0.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages