With Oh My Zsh - a framework for managing Zsh configuration - we're getting into the >100K GitHub stars territory. Oh My Zsh brings your Z shell to another level with numerous plugins, helpers, themes & vast community support!
https://ohmyz.sh/
https://github.com/ohmyzsh/ohmyzsh
Fedora and Powerline
install 2 packages
add to ~/.bashrc file
src - https://fedoramagazine.org/add-power-terminal-powerline/
home - https://github.com/powerline/powerline
----
How To Install Oh My Zsh On A Raspberry Pi
DietPi-specific apps are not executing directly when using ZSH (add both top and bottom)
nano ~/.zshrc
https://ohmyz.sh/
https://github.com/ohmyzsh/ohmyzsh
Fedora and Powerline
install 2 packages
JavaScript:
sudo dnf install powerline powerline-fonts
add to ~/.bashrc file
JavaScript:
if [ -f `which powerline-daemon` ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/share/powerline/bash/powerline.sh
fi
src - https://fedoramagazine.org/add-power-terminal-powerline/
home - https://github.com/powerline/powerline
----
How To Install Oh My Zsh On A Raspberry Pi
DietPi-specific apps are not executing directly when using ZSH (add both top and bottom)
nano ~/.zshrc