Skip to content

[Linux, Bash] Makes your bash looks like kali 2020.3 ZSH

License

Notifications You must be signed in to change notification settings

azharizkita/basher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

basher

Makes your bash looks like kali 2020.3 ZSH

Installation

Just copy the whole file (.bashrc) from this repository, replace the one in your home directory with this one. Or you can copy and paste this customization from this selection, then just simply relaunch your terminal.

Optional

Make the .bashrc available for root user

CAUTION! This step will remove the default /root/.bashrc file, I strongly suggest you to backup the file before doing this.

(Recommended) Option A, replace the /root/.bashrc.

cd ~
sudo rm /root/.bashrc
sudo cp ~/.bashrc /root/.bashrc

Option B, make a symbolic link from your current home.

cd ~
sudo rm /root/.bashrc
sudo ln -s ~/.bashrc /root/.bashrc

About

[Linux, Bash] Makes your bash looks like kali 2020.3 ZSH

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages