Setting up Zsh on Ubuntu
Sep 2, 2022 · 1 min read · 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...
Join discussion