vim ~/.zshrc
plugins=(git z sudo fzf zsh-autosuggestions zsh-syntax-highlighting)ZSH_THEME="powerlevel10k/powerlevel10k"# you can run the command 'p10k configure' to reconfigure your powerlevel10kgit clone https://github.com/zsh-users/zsh-autosuggestions \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/romkatv/powerlevel10k \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k