04 Oct 2022
install
sudo apt install zsh
make default shell zsh:
chsh -s $(which zsh)
oh my zsh:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
copy plugins similar:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
all plugins enum:
plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting)
hardcode install powerlevel10k:
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`