Uploaded December 2021 | Updated September 2026, 2 weeks ago
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 github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
git clone --depth=1 github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
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 github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
git clone --depth=1 github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k









![Mac OS Terminal Tips with iTerm2
In this video were going through multiple tips on how to best use the terminal and command-lines in MacOS with best use practices for power users.
https://itvraag.nl
Syntax highlighting with oh-my-zsh: https://youtu.be/IMUuElcjMdo
Windows 11 Terminal tips: https://youtu.be/0NBYBOGalO4
iTerm2 cheat sheet: https://gist.github.com/squarism/ae3613daf5c01a98ba3a
Oh My Zsh: https://ohmyz.sh
Homebrew: https://brew.sh
Tree alternative command: find . -print | sed -e s;[^/]*/;| ;g;s; |; |;g Mac OS Terminal Tips with iTerm2](https://i.ytimg.com/vi/LcelO7XErdA/mqdefault.jpg)
