

Discover more from Learn Pentesting like a Pro!
Stay updated on the latest cybersecurity insights from Cloud and Mobile to Blockchain. (HUNDREDS OF SUBSCRIBERS)
Continue reading
How to customize the ZSH shell
Useful frameworks to beautify your zsh shell:
Manual installation of oh-my-zsh:
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.zshrc ~/.zshrc.orig
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
chsh -s /bin/zsh
vi ~/.zshrc
>> ZSH_THEME="random"
Cool themes:
mortalscumbag
To know more about how to use zsh shell and oh-my-zsh integrated within Faradaysec. Check it in the following post: