

I can't seem to install the powerline fonts such that they are recognized by gnome-terminal The few caveats I haven't figured out yet I am currently using gnome-terminal and VcXsrv as my X-server. This will make you use powerlevel10k theme inside VSC terminal.This is the approach I took a few days ago. Open Settings and search " ." And add the font name, MesloLGS NF. Change the font in Visual Studio Code terminal Update it with plugins=(git zsh-autosuggestions zsh-syntax-highlighting) 8. Install zsh-autosuggestions git clone $ZSH_CUSTOM/plugins/zsh-autosuggestionsĪfter installation, open the file. Install zsh-syntax-highlighting git clone $ZSH_CUSTOM/plugins/zsh-syntax-highlighting When you restart your terminal, you will find interactive windows that lead you through many powerlevel10k theme options. Configure ZSH theme (powerlevel10k) with Oh-My-Zsh Find the line of ZSH_THEME and replace with the new theme. You can find the theme installed in ~/.oh-my-zsh/custom/themes. Install Powerlevel10K git clone -depth=1 $/themes/powerlevel10k Download and install four MesloLGS NF fonts to your PC (double-clicking the downloaded ttf file for installation). Install a few required fonts for Powerlevel10K theme. We will install an external theme, Powerlevel10K, which is very popular now among developers.īefore doing this, let's restart your terminal. If you add a custom or external theme or plugin, they should store inside the custom directory. For curiosity, you can navigate pre-shipped themes and plugins.

oh-my-zsh directory inside your home directory. Oh-My-Zsh includes many themes and plugins. We will come back to that file for configuration later on. Install ZSH sudo apt-get install zshĪfter installation, you will find. Oh-My-Zsh makes it easier for us to handle ZSH configurations. It offers aesthetically pleasant themes and powerful plugins that can boost your productivity. With using a different shell program, ZSH, we can access many features that Bash does not provide. I have already installed Ubuntu 20.04 on Windows Subsystem for Linux (WSL). This will be helpful if you want to setup a Linux development environment on Windows PC. In this posting, I will show how to install ZSH and Oh-My-Zsh on Windows PC (WSL).
