Setting up Zsh on Ubuntu
Installing Zsh
sudo apt install zsh
Installing oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Cloning the Powerlevel10k Theme
git clone - depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CU...
costheta.hashnode.dev1 min read