my shell configuration
Guide - https://medium.com/@hjgraca/style-your-windows-terminal-and-wsl2-like-a-pro-9a2e1ad4c9d0
Theme - https://github.com/romkatv/powerlevel10k
Windows terminal theme - https://windowsterminalthemes.dev/
ZSH Auto suggestions - https://github.com/zsh-users/zsh-autosuggestions
Fonts - https://www.nerdfonts.com/
plugins=(git ubuntu minikube kubectl git-prompt colorize colored-man-pages docker alias-finder zsh-autosuggestions)
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=244"
ZSH_THEME="powerlevel10k/powerlevel10k"
Multiple Git accounts: https://www.freecodecamp.org/news/manage-multiple-github-accounts-the-ssh-way-2dadc30ccaca/