Make your Linux CLI look like a PRO with oh-my-zsh and powerlevel10k!

Опубликовано: 20 Март 2026
на канале: itvraag
2,165
25

This tutorial will help you make your Linux terminal look like a pro! The installation steps of oh-my-zsh with powerlevel10k on two Linux distros, Ubuntu and Rocky linux.
#terminal #linux
https://itvraag.nl

Used commands:
sudo dnf install -y zsh util-linux-user
chsh -s /bin/zsh
sudo dnf install -y git wget
wget https://github.com/robbyrussell/oh-my... -O - | zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
git clone --depth=1 https://github.com/romkatv/powerlevel... $ZSH_CUSTOM/themes/powerlevel10k