show note from youtube video ->
sudo apt install zsh
chsh -s $(which zsh)
profile custom command
https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
edit .zshrc
ZSH_THEME="jonathan"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
edit .zshrc to include plugins plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins
https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraMono
download and install firamono for linux
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
edit .zshrc
ZSH_THEME="powerlevel10k/powerlevel10k"
POWERLEVEL9K_MODE="nerdfont-complete"