VSCode: configure OhMyZsh with autosuggestions and a beautiful color theme om Ubuntu
Install Zsh First, ensure that Zsh is installed on your system. You can install it using the following commands: Set Zsh as Default Shell Install Oh My Zsh Install Zsh Autosuggestions Find the line that starts with plugins=(…) and add zsh-autosuggestions inside the parentheses. It should look something like this: Then set ZSH_THEME=”powerlevel10k/powerlevel10k” in your … Read more