Enhance your terminal with Oh-My-Zsh
Oh-My-Zsh is an enhanced terminal software that allows you to customize the themes and plugins. Your experience with the terminal will be much better with it. Let me take a note about how to install it.
- Install ZSH
CodeBlock Loading...
- Install Oh-My-Zsh:
the system will prompt whether you need to switch to zsh, or you can switch to zsh on your own with chsh -s $(which zsh), and then you can confirm the shell you are using with echo $SHELL (reconnect to your server may be needed).
CodeBlock Loading...
Fetch the recommended font and click to install it, then set the font of your terminal to
MesloLGS NF:CodeBlock Loading...Remove the installed font and install the theme and the plugins:
CodeBlock Loading...
CodeBlock Loading...
Then reconnect to your server, normally, you will enter the configuration of Oh-My-Zsh.
Have a fun