oh-my-zsh Setup
Result
(using Tabby terminal)
Setup steps
- update OS
$ sudo apt-get update $ sudo apt-get upgrade
- install zsh
$ sudo apt-get install -y zsh // check zsh is installed. $ cat /etc/shells // change default shell $ chsh -s $(which zsh)
- install oh-my-zsh
$ sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- install powerlevel10k
$ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k // modify ~/.zshrc to change theme // ZSH_THEME="powerlevel10k/powerlevel10k" $ vi ~/.zshrc
- install proper font for terminal
- Active and config theme
source ~/.zshrc
- install zsh useful plugins
- Active plugins
source ~/.zshrc