Customize Kali Linux

Customize Kali Linux

Customizing Kali Linux (Themes, Icon Packs & Terminal)

Themes :

Icon Pack :

Wallpaper :

Terminal :

  • Terminator : sudo apt-get install terminator
  • Tmux : sudo apt-get install tmux

Install ZSH :

Install ZSH Plugins :

  • zsh-autosuggestions : apt install zsh-autosuggestions
  • zsh-syntax-highlighting : apt install zsh-syntax-highlighting

.zshrc :

clone repo : git clone https://github.com/thehackingsage/zsh.git and copy-paste .zshrc file to home directory (~)

in .zshrc file change name of the theme (ZSH_THEME=”af-magic”) to load new theme (you can find themes here : ~/.oh-my-zsh/themes/) and you can also set theme name “random” to load a random theme each time zsh is loaded. (ZSH_THEME=”random”)

Also Install :

after setting up all this, your terminal will look something like this :

Kali Linux :

Parrot Security OS :

That’s It.. ✌🏾