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="af-magic"
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 command-not-found)
https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins
copy .zshrc and .oh-my-zsh in /root
Ajust the font in gnome terminal
