sudo apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k
Note: the fonts are in the repo under /fonts directory
https://github.com/romkatv/powerlevel10k#installation
exec zsh
p10k configure
Note: if didn't work: $ echo 'source ~/.oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
-
- clone
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- add it:
plugins=( # other plugins... zsh-autosuggestions )
-
- clone:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Add it:
plugins=( [plugins...] zsh-syntax-highlighting)