By Default, any ubuntu VM lacks quite some things & plugis. Zsh, Oh-My-Zsh, Ruby, Go, etc.
(Will keep on adding more items in this) Installing Oh-My-Zsh Installing Oh-My-Zsh By default, bash is the default shell in ubuntu. So let’s first change the default shell to zsh sudo apt install curl wget git sudo apt install zsh zsh --version echo $SHELL chsh -s $(which zsh) Now close and open the terminal again. Now, let’s install Oh-My-Zsh