Kali Configuration
Oh My Zsh + powerlevel10K + tmux
Set Root
sudo dpkg-reconfigure kali-grant-root
Set Font
Goto
~/.config/qterminal.org
folderChange
fontFamily
toFira Code
,Fira-Code
or something else and save exit.All set, remember don't use Qterminal to do the above steps, otherwise, changes won't take place. Use editor directly open file instead.
Should all working now. Either use mate-terminal or do it with GUI editor.
Set .sh file
# remove the %(percent sign) when starting a terminal
unsetopt PROMPT_SP
# make tmux support 256 colour
if [ "$TERM" != "xterm-256color" ]; then
export TERM=xterm-256color
fi
alias tmux='TERM=xterm-256color tmux -2'
Last updated
Was this helpful?