sudo apt-get install zsh
Follow the instructions: https://ohmyz.sh/
Follow the instructions: https://medium.com/@jgarijogarde/make-bash-on-ubuntu-on-windows-10-look-like-the-ubuntu-terminal-f7566008c5c2
My personal preferences is to select the font Ubuntu Mono derivative Powerline.
Edit the theme of ZSH by opening .zshrc:
vi ~/.zshrc
Change ZSH_THEME="robbyrussell"
by ZSH_THEME="clean"
.